public class PullEventTracer extends Object implements EventIterator
| Constructor and Description | 
|---|
| PullEventTracer(EventIterator base,
               Configuration config)Create a tracer for pull events | 
| 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 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 EventIteratorCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.