Package org.htmlunit.html
Interface DomNodeList<E extends DomNode>
-
- Type Parameters:
E
- the element type
- All Superinterfaces:
java.util.Collection<E>
,java.lang.Iterable<E>
,java.util.List<E>
,org.w3c.dom.NodeList
- All Known Implementing Classes:
AbstractDomNodeList
public interface DomNodeList<E extends DomNode> extends org.w3c.dom.NodeList, java.util.List<E>
-
-
Method Summary
-
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, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-