E - The element typepublic abstract class AbstractDomNodeList<E extends DomNode> extends AbstractList<E> implements DomNodeList<E>, Serializable
NodeList.modCount| Constructor and Description | 
|---|
| AbstractDomNodeList(DomNode node)Creates a new node list. | 
| Modifier and Type | Method and Description | 
|---|---|
| E | get(int index) | 
| protected DomNode | getDomNode()Returns the DOM node. | 
| int | getLength() | 
| Node | item(int index) | 
| protected abstract List<E> | provideElements()Returns the elements. | 
| int | size() | 
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic AbstractDomNodeList(DomNode node)
node - the node to serve as root for the XPath expressionCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.