Uses of Class
org.htmlunit.xpath.axes.NodeSequence.IteratorCache
Packages that use NodeSequence.IteratorCache
Package
Description
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.IteratorCacheModifier and TypeFieldDescriptionprivate 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.IteratorCacheModifier and TypeMethodDescriptionprivate 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.