public interface LookaheadIterator extends SequenceIterator
SequenceIterator.Property
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 property SequenceIterator.Property.LOOKAHEAD
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.