public interface EventIterator extends PullEvent
?????? | ????? |
---|---|
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()