public class IteratorWrapper extends java.lang.Object implements SequenceIterator
SequenceIterator.Property| Constructor and Description |
|---|
IteratorWrapper(java.util.Iterator<? extends Item> iterator)
Create a IteratorWrapper backed by an iterator
|
| Modifier and Type | Method and Description |
|---|---|
Item |
next()
Get the next item in the Iterator
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, forEachOrFail, getProperties, materializepublic IteratorWrapper(java.util.Iterator<? extends Item> iterator)
iterator - the iterator that delivers the items in the sequencepublic Item next() throws XPathException
next in interface SequenceIteratorXPathException - if an error occurs retrieving the next itemCopyright (c) 2004-2021 Saxonica Limited. All rights reserved.