Uses of Class
org.htmlunit.xpath.xml.utils.NodeVector
Packages that use 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.htmlunit.xpath
Subclasses of NodeVector in org.htmlunit.xpathModifier and TypeClassDescriptionclassThe NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator. -
Uses of NodeVector in org.htmlunit.xpath.axes
Fields in org.htmlunit.xpath.axes declared as NodeVectorModifier and TypeFieldDescriptionprivate NodeVectorNodeSequence.IteratorCache.m_vec2A list of nodes already obtained from the iterator.Methods in org.htmlunit.xpath.axes that return NodeVectorModifier and TypeMethodDescriptionprotected NodeVectorNodeSequence.getVector()If this iterator needs to cache nodes that are fetched, they are stored in the Vector in the generic object.private NodeVectorNodeSequence.IteratorCache.getVector()Get the cached list of nodes obtained from the iterator so far.Methods in org.htmlunit.xpath.axes with parameters of type NodeVectorModifier and TypeMethodDescriptionprivate voidNodeSequence.IteratorCache.setVector(NodeVector nv) Sets the NodeVector that holds the growing list of nodes as they are appended to the cached list.protected voidNodeSequence.setVector(NodeVector v) Set the vector where nodes will be cached.