Uses of Interface
org.apache.xalan.xsltc.NodeIterator
-
Packages that use NodeIterator Package Description org.apache.xalan.xsltc org.apache.xalan.xsltc.dom -
-
Uses of NodeIterator in org.apache.xalan.xsltc
Methods in org.apache.xalan.xsltc that return NodeIterator Modifier and Type Method Description NodeIterator
NodeIterator. cloneIterator()
Returns a deep copy of this iterator.NodeIterator
NodeIterator. reset()
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. -
Uses of NodeIterator in org.apache.xalan.xsltc.dom
Classes in org.apache.xalan.xsltc.dom that implement NodeIterator Modifier and Type Class Description class
NodeIteratorBase
Methods in org.apache.xalan.xsltc.dom that return NodeIterator Modifier and Type Method Description NodeIterator
NodeIteratorBase. cloneIterator()
Clones and resets this iterator.NodeIterator
NodeIteratorBase. includeSelf()
Setter for _includeSelf flag.NodeIterator
NodeIteratorBase. reset()
Reset this iterator using state from last call to setStartNode().abstract NodeIterator
NodeIteratorBase. setStartNode(int node)
Initialize iterator using a node.
-