Java Doc for PullTracer.java in » XML » XPath-Saxon » net » sf » saxon » pull » Java Source Code / Java DocumentationJava Source Code and Java Documentation
PullTracer is a PullFilter that can be inserted into a pull pipeline for diagnostic purposes. It traces
all the events as they are read, writing details to System.err
Get the next event. This implementation gets the next event from the underlying PullProvider,
copies it to the branch Receiver, and then returns the event to the caller.
an integer code indicating the type of event. The codePullTracer.END_OF_INPUT is returned at the end of the sequence.
Fields inherited from net.sf.saxon.pull.PullFilter