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, nextboolean hasNext()
This method must not be called unless the result of getProperties() on the iterator
includes the property SequenceIterator.Property.LOOKAHEAD
Copyright (c) 2004-2021 Saxonica Limited. All rights reserved.