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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public AbstractDomNodeList(DomNode node)
node
- the node to serve as root for the XPath expressionCopyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.