com.gargoylesoftware.htmlunit.html
Interface DomNodeList<E extends DomNode>

Type Parameters:
E - the element type
All Superinterfaces:
Collection<E>, Iterable<E>, List<E>, NodeList

public interface DomNodeList<E extends DomNode>
extends NodeList, List<E>

A list of DomNodes which is both a W3C NodeList and a java List.

Version:
$Revision: 5301 $
Author:
Tom Anderson

Method Summary
 
Methods inherited from interface org.w3c.dom.NodeList
getLength, item
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.