Uses of Class
org.apache.xpath.axes.NodeSequence.IteratorCache

Packages that use NodeSequence.IteratorCache
org.apache.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
 

Uses of NodeSequence.IteratorCache in org.apache.xpath.axes
 

Fields in org.apache.xpath.axes declared as NodeSequence.IteratorCache
private  NodeSequence.IteratorCache NodeSequence.m_cache
          A cache of a list of nodes obtained from the iterator so far.
 

Methods in org.apache.xpath.axes that return NodeSequence.IteratorCache
private  NodeSequence.IteratorCache NodeSequence.getCache()
          Get the cache (if any) of nodes obtained from the iterator so far.
protected  NodeSequence.IteratorCache NodeSequence.getIteratorCache()
          Get the cached list of nodes appended with values obtained from the iterator as a NodeSequence is walked when its nextNode() method is called.