public interface LookaheadIterator extends SequenceIterator
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Determine whether there are more items to come.
|
boolean |
supportsHasNext()
Ask whether the hasNext() method can be called.
|
close, discharge, nextboolean supportsHasNext()
hasNext() method is availableboolean hasNext()
This method must not be called unless the result of supportsHasNext()
is true.
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.