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.IteratorCacheNodeSequence.m_cacheA 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.IteratorCacheNodeSequence.getCache()Get the cache (if any) of nodes obtained from the iterator so far.protected NodeSequence.IteratorCacheNodeSequence.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.