Uses of Class
org.apache.xml.utils.ObjectVector
-
Packages that use ObjectVector Package Description 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 Modifier and Type Class Description class
ObjectStack
Implement a stack of simple integers.Constructors in org.apache.xml.utils with parameters of type ObjectVector Constructor Description ObjectVector(ObjectVector v)
Copy constructor for ObjectVector -
Uses of ObjectVector in org.apache.xpath.compiler
Methods in org.apache.xpath.compiler that return ObjectVector Modifier and Type Method Description ObjectVector
OpMap. getTokenQueue()
Get the XPath as a list of tokens.
-