Uses of Class
org.htmlunit.xpath.xml.utils.NodeVector
-
Packages that use NodeVector Package Description org.htmlunit.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.htmlunit.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. -
-
Uses of NodeVector in org.htmlunit.xpath
Subclasses of NodeVector in org.htmlunit.xpath Modifier and Type Class Description class
NodeSetDTM
The 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 NodeVector Modifier and Type Field Description private NodeVector
NodeSequence.IteratorCache. m_vec2
A list of nodes already obtained from the iterator.Methods in org.htmlunit.xpath.axes that return NodeVector Modifier and Type Method Description protected NodeVector
NodeSequence. getVector()
If this iterator needs to cache nodes that are fetched, they are stored in the Vector in the generic object.private NodeVector
NodeSequence.IteratorCache. getVector()
Get the cached list of nodes obtained from the iterator so far.Methods in org.htmlunit.xpath.axes with parameters of type NodeVector Modifier and Type Method Description private void
NodeSequence.IteratorCache. setVector(NodeVector nv)
Sets the NodeVector that holds the growing list of nodes as they are appended to the cached list.protected void
NodeSequence. setVector(NodeVector v)
Set the vector where nodes will be cached.
-