net.sf.saxon.value
Class MemoClosure.ProgressiveIterator
java.lang.Object
net.sf.saxon.value.MemoClosure.ProgressiveIterator
- MemoClosure
- GroundedIterator, LastPositionFinder, SequenceIterator
public final class MemoClosure.ProgressiveIterator
extends java.lang.Object
A ProgressiveIterator starts by reading any items already held in the reservoir;
when the reservoir is exhausted, it reads further items from the inputIterator,
copying them into the reservoir as they are read.
ProgressiveIterator
public ProgressiveIterator()
Create a ProgressiveIterator
getProperties
public int getProperties()
Get properties of this iterator, as a bit-significant integer.
- getProperties in interface SequenceIterator