net.sf.saxon.evpull
public final class EventMappingIterator extends Object implements EventIterator
| Constructor Summary | |
|---|---|
| EventMappingIterator(SequenceIterator base, EventMappingFunction action)
Construct a MappingIterator that will apply a specified MappingFunction to
each Item returned by the base iterator. | |
| Method Summary | |
|---|---|
| boolean | isFlatSequence()
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
|
| PullEvent | next() |
Parameters: base the base iterator action the mapping function to be applied
Returns: true if the next() method is guaranteed never to return an EventIterator