Uses of Interface
org.apache.xalan.xsltc.NodeIterator

Packages that use NodeIterator
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
 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.
 

Uses of NodeIterator in org.apache.xalan.xsltc.dom
 

Classes in org.apache.xalan.xsltc.dom that implement NodeIterator
 class NodeIteratorBase
           
 

Methods in org.apache.xalan.xsltc.dom that return NodeIterator
 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().
protected  NodeIterator NodeIteratorBase.resetPosition()
          Reset the position in this iterator.
abstract  NodeIterator NodeIteratorBase.setStartNode(int node)
          Initialize iterator using a node.