- 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, isEmptyMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
item
Get the node located at theindexposition in this list.- Specified by:
itemin interfaceExtendedNodeList<DOMNode>- Specified by:
itemin interfaceNodeList- Returns:
- the node located at the
indexposition in this list, ornullifindexis less than zero or greater or equal to the number of nodes in this list.
-