Uses of Class
org.loboevolution.apache.xml.utils.NodeVector
Package
Description
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
-
Uses of NodeVector in org.loboevolution.apache.xpath
Modifier and TypeClassDescriptionclass
The NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator. -
Uses of NodeVector in org.loboevolution.apache.xpath.axes
Modifier and TypeMethodDescriptionprotected NodeVector
NodeSequence.getVector()
If this iterator needs to cache nodes that are fetched, they are stored in the Vector in the generic object.Modifier and TypeMethodDescriptionprotected void
NodeSequence.SetVector
(NodeVector v) Set the vector where nodes will be cached.