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.reset()
          Resets the iterator to the last start node.
 NodeIterator NodeIterator.setStartNode(int node)
          Set start to END should 'close' the iterator, i.e.
 NodeIterator NodeIterator.cloneIterator()
          Returns a deep copy of this iterator.
 

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
abstract  NodeIterator NodeIteratorBase.setStartNode(int node)
          Initialize iterator using a node.
 NodeIterator NodeIteratorBase.reset()
          Reset this iterator using state from last call to setStartNode().
 NodeIterator NodeIteratorBase.includeSelf()
          Setter for _includeSelf flag.
 NodeIterator NodeIteratorBase.cloneIterator()
          Clones and resets this iterator.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.