Uses of Class
org.apache.xml.utils.NodeVector

Packages that use NodeVector
org.apache.xml.dtm.ref   
org.apache.xml.utils Implementation of Xalan utility classes. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.apache.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
 

Uses of NodeVector in org.apache.xml.dtm.ref
 

Fields in org.apache.xml.dtm.ref declared as NodeVector
(package private)  NodeVector DTMDefaultBaseIterators.AncestorIterator.m_ancestors
           
 

Uses of NodeVector in org.apache.xml.utils
 

Methods in org.apache.xml.utils with parameters of type NodeVector
 void NodeVector.appendNodes(NodeVector nodes)
          Append the nodes to the list.
 

Uses of NodeVector in org.apache.xpath
 

Subclasses of NodeVector in org.apache.xpath
 class NodeSetDTM
          The NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator.
 

Fields in org.apache.xpath declared as NodeVector
private  NodeVector XPathContext.m_iteratorRoots
          A stack of the current sub-expression nodes.
private  NodeVector XPathContext.m_predicateRoots
          A stack of the current sub-expression nodes.
 

Methods in org.apache.xpath with parameters of type NodeVector
 void NodeSetDTM.appendNodes(NodeVector nodes)
          Append the nodes to the list.
 

Uses of NodeVector in org.apache.xpath.axes
 

Subclasses of NodeVector in org.apache.xpath.axes
 class RTFIterator
           
 

Fields in org.apache.xpath.axes declared as NodeVector
private  NodeVector NodeSequence.IteratorCache.m_vec2
          A list of nodes already obtained from the iterator.
 

Methods in org.apache.xpath.axes that return NodeVector
protected  NodeVector NodeSequence.getVector()
          If this iterator needs to cache nodes that are fetched, they are stored in the Vector in the generic object.
private  NodeVector NodeSequence.IteratorCache.getVector()
          Get the cached list of nodes obtained from the iterator so far.
 

Methods in org.apache.xpath.axes with parameters of type NodeVector
private  void NodeSequence.IteratorCache.setVector(NodeVector nv)
          Sets the NodeVector that holds the growing list of nodes as they are appended to the cached list.
protected  void NodeSequence.SetVector(NodeVector v)
          Set the vector where nodes will be cached.