| Frames | No Frames |
Classes implementing org.apache.xalan.xsltc.NodeIterator | |
| class | |
Methods with return type org.apache.xalan.xsltc.NodeIterator | |
| NodeIterator | Clones and resets this iterator. |
| NodeIterator | Setter for _includeSelf flag.
|
| NodeIterator | Reset this iterator using state from last call to
setStartNode().
|
| NodeIterator | NodeIteratorBase.setStartNode(int node) Initialize iterator using a node. |
Methods with return type org.apache.xalan.xsltc.NodeIterator | |
| NodeIterator | Returns a deep copy of this iterator.
|
| NodeIterator | Resets the iterator to the last start node.
|
| NodeIterator | NodeIterator.setStartNode(int node) Set start to END should 'close' the iterator,
i.e. subsequent call to next() should return END.
|