| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.sf.saxon.evpull.PullEventTracer
public class PullEventTracer
Diagnostic class to display the sequence of events reported by an EventIterator
| Constructor Summary | |
|---|---|
PullEventTracer(EventIterator base,
                Configuration config)
Create a tracer for pull events  | 
|
| Method Summary | |
|---|---|
 boolean | 
isFlatSequence()
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators  | 
static void | 
main(String[] args)
Main method for testing only  | 
 PullEvent | 
next()
Get the next event in the sequence  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PullEventTracer(EventIterator base,
                       Configuration config)
base - the event iterator whose events are to be tracedconfig - the Saxon configuration| Method Detail | 
|---|
public PullEvent next()
               throws XPathException
next in interface EventIteratorXPathException - if a dynamic evaluation error occurspublic boolean isFlatSequence()
isFlatSequence in interface EventIterator
public static void main(String[] args)
                 throws Exception
args - not used
Exception
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||