|
|||||||||
| Home >> All >> org >> apache >> xalan >> xslt >> [ trace overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.xalan.xslt.trace
Interface TraceListener

- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- PrintTraceListener
- public interface TraceListener
- extends java.util.EventListener
Interface the XSL processor calls when it matches a source node, selects a set of source nodes, or generates a result node. If you want an object instance to be called when a trace event occurs, use the XSLTEngineImpl setTraceListener method.
| Method Summary | |
void |
generated(GenerateEvent ev)
Method that is called just after the formatter listener is called. |
void |
selected(SelectionEvent ev)
Method that is called just after the formatter listener is called. |
void |
trace(TracerEvent ev)
Method that is called when a trace event occurs. |
| Method Detail |
trace
public void trace(TracerEvent ev)
- Method that is called when a trace event occurs.
The method is blocking. It must return before processing continues.
selected
public void selected(SelectionEvent ev) throws org.xml.sax.SAXException
- Method that is called just after the formatter listener is called.
generated
public void generated(GenerateEvent ev)
- Method that is called just after the formatter listener is called.
|
|||||||||
| Home >> All >> org >> apache >> xalan >> xslt >> [ trace overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC