|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
**For internal use only** Implement a stack of simple integers. |
Constructors in org.apache.xml.utils with parameters of type ObjectVector | |
ObjectVector.ObjectVector(ObjectVector v)
Copy constructor for ObjectVector |
Uses of ObjectVector in org.apache.xpath.compiler |
Methods in org.apache.xpath.compiler that return ObjectVector | |
ObjectVector |
OpMap.getTokenQueue()
Get the XPath as a list of tokens. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |