public interface EventIterator extends PullEvent
Modifier and Type | Method and Description |
---|---|
boolean |
isFlatSequence()
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
|
PullEvent |
next()
Get the next event in the sequence
|
PullEvent next() throws XPathException
XPathException
- if a dynamic evaluation error occursboolean isFlatSequence()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.