public class ErrorIterator extends java.lang.Object implements SequenceIterator
| Constructor and Description |
|---|
ErrorIterator(XPathException exception) |
| Modifier and Type | Method and Description |
|---|---|
Item |
next()
Get the next item in the sequence.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, dischargepublic ErrorIterator(XPathException exception)
public Item next()
next in interface SequenceIteratorUncheckedXPathException - if an error occurs retrieving the next item (which is always the case)Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.