Uses of Class
org.apache.xml.utils.NodeVector
| Package | Description |
|---|---|
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
-
Uses of NodeVector in org.apache.xml.utils
Methods in org.apache.xml.utils with parameters of type NodeVector Modifier and Type Method Description voidNodeVector. appendNodes(NodeVector nodes)Append the nodes to the list. -
Uses of NodeVector in org.apache.xpath
Subclasses of NodeVector in org.apache.xpath Modifier and Type Class Description classNodeSetDTMThe NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator.Methods in org.apache.xpath with parameters of type NodeVector Modifier and Type Method Description voidNodeSetDTM. appendNodes(NodeVector nodes)Append the nodes to the list. -
Uses of NodeVector in org.apache.xpath.axes
Subclasses of NodeVector in org.apache.xpath.axes Modifier and Type Class Description classRTFIteratorMethods in org.apache.xpath.axes that return NodeVector Modifier and Type Method Description protected NodeVectorNodeSequence. getVector()If this iterator needs to cache nodes that are fetched, they are stored in the Vector in the generic object.Methods in org.apache.xpath.axes with parameters of type NodeVector Modifier and Type Method Description protected voidNodeSequence. SetVector(NodeVector v)Set the vector where nodes will be cached.