- All Superinterfaces:
ExtendedNodeList<DOMNode>
,Iterable<DOMNode>
,NodeList
DOMNode
-specific version of NodeList
.-
Method Summary
Methods inherited from interface io.sf.carte.doc.dom.ExtendedNodeList
contains, isEmpty
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
item
Get the node located at theindex
position in this list.- Specified by:
item
in interfaceExtendedNodeList<DOMNode>
- Specified by:
item
in interfaceNodeList
- Returns:
- the node located at the
index
position in this list, ornull
ifindex
is less than zero or greater or equal to the number of nodes in this list.
-