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 NodeIteratorNodeIterator. cloneIterator()Returns a deep copy of this iterator.NodeIteratorNodeIterator. reset()Resets the iterator to the last start node.NodeIteratorNodeIterator. 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 classNodeIteratorBaseMethods in org.apache.xalan.xsltc.dom that return NodeIterator Modifier and Type Method Description NodeIteratorNodeIteratorBase. cloneIterator()Clones and resets this iterator.NodeIteratorNodeIteratorBase. includeSelf()Setter for _includeSelf flag.NodeIteratorNodeIteratorBase. reset()Reset this iterator using state from last call to setStartNode().abstract NodeIteratorNodeIteratorBase. setStartNode(int node)Initialize iterator using a node.
-