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 EventIterator
public boolean isFlatSequence()
isFlatSequence
in interface EventIterator
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.