Uses of Interface
org.apache.xalan.xsltc.NodeIterator
Packages that use NodeIterator
-
Uses of NodeIterator in org.apache.xalan.xsltc
Methods in org.apache.xalan.xsltc that return NodeIteratorModifier and TypeMethodDescriptionNodeIterator.cloneIterator()
Returns a deep copy of this iterator.NodeIterator.reset()
Resets the iterator to the last start node.NodeIterator.setStartNode
(int node) Set start to END should 'close' the iterator, i.e. subsequent call to next() should return END. -
Uses of NodeIterator in org.apache.xalan.xsltc.dom
Classes in org.apache.xalan.xsltc.dom that implement NodeIteratorMethods in org.apache.xalan.xsltc.dom that return NodeIteratorModifier and TypeMethodDescriptionNodeIteratorBase.cloneIterator()
Clones and resets this iterator.NodeIteratorBase.includeSelf()
Setter for _includeSelf flag.NodeIteratorBase.reset()
Reset this iterator using state from last call to setStartNode().abstract NodeIterator
NodeIteratorBase.setStartNode
(int node) Initialize iterator using a node.