public class EmptyEventIterator extends Object implements EventIterator
| Constructor and Description |
|---|
EmptyEventIterator() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static EmptyEventIterator getInstance()
public PullEvent next()
next in interface EventIteratorpublic boolean isFlatSequence()
isFlatSequence in interface EventIteratorCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.