Uses of Class
org.htmlunit.xpath.axes.NodeSequence.IteratorCache
-
Packages that use NodeSequence.IteratorCache Package Description org.htmlunit.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. -
-
Uses of NodeSequence.IteratorCache in org.htmlunit.xpath.axes
Fields in org.htmlunit.xpath.axes declared as NodeSequence.IteratorCache Modifier and Type Field Description private NodeSequence.IteratorCache
NodeSequence. m_cache
A cache of a list of nodes obtained from the iterator so far.Methods in org.htmlunit.xpath.axes that return NodeSequence.IteratorCache Modifier and Type Method Description private NodeSequence.IteratorCache
NodeSequence. getCache()
Get the cache (if any) of nodes obtained from the iterator so far.protected NodeSequence.IteratorCache
NodeSequence. getIteratorCache()
Get the cached list of nodes appended with values obtained from the iterator as a NodeSequence is walked when its nextNode() method is called.
-