|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.evpull.EmptyEventIterator
public class EmptyEventIterator
This class is an EventIterator over an empty sequence. It is a singleton class.
Constructor Summary | |
---|---|
EmptyEventIterator()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmptyEventIterator()
Method Detail |
---|
public static EmptyEventIterator getInstance()
public PullEvent next()
next
in interface EventIterator
public boolean isFlatSequence()
isFlatSequence
in interface EventIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |