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

Packages that use ObjectVector
org.apache.xml.utils Implementation of Xalan utility classes. 
org.apache.xpath.compiler Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation. 
 

Uses of ObjectVector in org.apache.xml.utils
 

Subclasses of ObjectVector in org.apache.xml.utils
 class ObjectStack
          Implement a stack of simple integers.
 

Constructors in org.apache.xml.utils with parameters of type ObjectVector
ObjectVector(ObjectVector v)
          Copy constructor for ObjectVector
 

Uses of ObjectVector in org.apache.xpath.compiler
 

Fields in org.apache.xpath.compiler declared as ObjectVector
(package private)  ObjectVector OpMap.m_tokenQueue
          TokenStack is the queue of used tokens.
 

Methods in org.apache.xpath.compiler that return ObjectVector
 ObjectVector OpMap.getTokenQueue()
          Get the XPath as a list of tokens.