public interface LookaheadIterator<T extends Item<?>> extends SequenceIterator<T>
ATOMIZING, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Determine whether there are more items to come.
|
close, forEachOrFail, getProperties, materialize, next
boolean hasNext()
This method must not be called unless the result of getProperties() on the iterator
includes the bit setting SequenceIterator.LOOKAHEAD
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.