BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use NodeVector
weblogic.apache.xalan.transformer   
weblogic.apache.xml.utils   
weblogic.apache.xpath   
 

Uses of NodeVector in weblogic.apache.xalan.transformer
 

Methods in weblogic.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 weblogic.apache.xml.utils
 

Fields in weblogic.apache.xml.utils declared as NodeVector
protected  NodeVector DOMBuilder.m_elemStack
          Vector of element nodes
 

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

Uses of NodeVector in weblogic.apache.xpath
 

Subclasses of NodeVector in weblogic.apache.xpath
 class NodeSet
          
 

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


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.