net.sf.saxon.evpull
public class EmptyEventIterator extends Object implements EventIterator
Method Summary | |
---|---|
static EmptyEventIterator | getInstance()
Get the singular instance of this class |
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 |
Returns: the singular instance
Returns: true if the next() method is guaranteed never to return an EventIterator
Returns: null (there is never a next event)