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

Packages that use NodeVector
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
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. 
 

Uses of NodeVector in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer with parameters of type NodeVector
 void NodeSorter.sort(NodeVector v, java.util.Vector keys, XPathContext support)
          Given a vector of nodes, sort each node according to the criteria in the keys.
 

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 NodeSet
          **For advanced use only**
 

Methods in org.apache.xpath that return NodeVector
 NodeVector XPathContext.getCurrentNodeStack()
           
 NodeVector XPathContext.getCurrentExpressionNodeStack()
           
 

Methods in org.apache.xpath with parameters of type NodeVector
 void NodeSet.appendNodes(NodeVector nodes)
          Append the nodes to the list.
 void XPathContext.setCurrentNodeStack(NodeVector nv)
           
 void XPathContext.setCurrentExpressionNodeStack(NodeVector nv)
           
 



Copyright © 2000 Apache XML Project. All Rights Reserved.