org.apache.xalan.xsltc.dom
public class KeyIndex.KeyIndexIterator extends MultiValuedNodeHeapIterator
key function or the XPath id function.
| Method Summary | |
|---|---|
| int | getLast()
Returns the number of nodes in this iterator.
|
| int | getNodeByPosition(int position)
Return the node at the given position.
|
| int | next()
Get the next node in the iteration.
|
| DTMAxisIterator | reset()
Resets the iterator to the last start node.
|
| DTMAxisIterator | setStartNode(int node)
Set context node for the iterator. |
Returns: the number of nodes
Parameters: position The position
Returns: The node at the given position.
Returns: The next node handle in the iteration, or END.
Returns: A DTMAxisIterator, which may or may not be the same as this iterator.
Parameters: node the context node
Returns: A DTMAxisIterator set to the start of the iteration.