public class EventIteratorOverSequence extends Object implements EventIterator
Constructor and Description |
---|
EventIteratorOverSequence(SequenceIterator base)
Create an EventIterator that wraps a given SequenceIterator
|
Modifier and Type | Method and Description |
---|---|
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 PullEvent in the sequence
|
public EventIteratorOverSequence(SequenceIterator base)
base
- the SequenceIterator to be wrappedpublic PullEvent next() throws XPathException
next
in interface EventIterator
XPathException
- in case of a dynamic errorpublic boolean isFlatSequence()
isFlatSequence
in interface EventIterator
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.