XPathNodes represents a set of nodes selected by a location path as specified
 in XML Path Language (XPath)
 Version 1.0, 3.3 Node-sets.
- Since:
- 9
- 
Method SummaryMethods declared in interface java.lang.IterableforEach, spliterator
- 
Method Details- 
iteratorReturns an iterator of the Nodes.
- 
sizeint size()Returns the number of items in the result- Returns:
- The number of items in the result
 
- 
getReturns a Node at the specified position- Parameters:
- index- Index of the element to return.
- Returns:
- The Node at the specified position.
- Throws:
- XPathException- If the index is out of range (index < 0 || index >= size())
 
 
-