Modifier and Type | Method and Description |
---|---|
public Node | Returns: The Node at the specified position.Index of the element to return. index)Returns a Node at the specified position |
public Iterator | Returns: an Iterator.Redeclares java. Returns an iterator of the Nodes. |
public int |
get | back to summary |
---|---|
public Node get(int index) throws XPathException Returns a Node at the specified position
|
iterator | back to summary |
---|---|
public Iterator Redeclares java. Returns an iterator of the Nodes. |
size | back to summary |
---|---|
public int size() Returns the number of items in the result
|