SequenceIterator<T>ArrayIterator, EmptyAxisIterator, EmptyIterator, ListIterator, MemoClosure.ProgressiveIterator, RangeIterator, SingleNodeIterator, SingletonIterator, ValueTailIteratorpublic interface GroundedIterator<T extends Item> extends SequenceIterator<T>
GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD| Modifier and Type | Method | Description |
|---|---|---|
GroundedValue<T> |
materialize() |
Return a GroundedValue containing all the items in the sequence returned by this
SequenceIterator.
|
close, current, getAnother, getProperties, next, positionGroundedValue<T> materialize() throws XPathException
XPathException - if an error occurs evaluating the sequence