EventIterator, PullEventpublic class PullEventTracer extends java.lang.Object implements EventIterator
| Constructor | Description |
|---|---|
PullEventTracer(EventIterator base,
Configuration config) |
Create a tracer for pull events
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isFlatSequence() |
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
|
static void |
main(java.lang.String[] args) |
Main method for testing only
|
PullEvent |
next() |
Get the next event in the sequence
|
public PullEventTracer(EventIterator base, Configuration config)
base - the event iterator whose events are to be tracedconfig - the Saxon configurationpublic PullEvent next() throws XPathException
next in interface EventIteratorXPathException - if a dynamic evaluation error occurspublic boolean isFlatSequence()
isFlatSequence in interface EventIteratorpublic static void main(java.lang.String[] args)
throws java.lang.Exception
args - not usedjava.lang.Exception