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

Packages that use NodeVector
org.apache.xalan.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.utils
 

Methods in org.apache.xalan.utils with parameters of type NodeVector
 void NodeVector.appendNodes(NodeVector nodes)
          **For internal use only** 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** The NodeSet class can act as either a NodeVector, NodeList, or NodeIterator.
 

Methods in org.apache.xpath with parameters of type NodeVector
 void NodeSet.appendNodes(NodeVector nodes)
          **For advanced use only** Append the nodes to the list.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.