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

- All Superinterfaces:
- java.util.EventListener, TraceListener
- All Known Subinterfaces:
- TraceListenerEx2, TraceListenerEx3
- All Known Implementing Classes:
- PrintTraceListener
- public interface TraceListenerEx
- extends TraceListener
Extends TraceListener but adds a SelectEnd event.
| Method Summary | |
void |
selectEnd(EndSelectionEvent ev)
Method that is called after an xsl:apply-templates or xsl:for-each selection occurs. |
| Methods inherited from interface org.apache.xalan.trace.TraceListener |
generated, selected, trace |
| Method Detail |
selectEnd
public void selectEnd(EndSelectionEvent ev) throws javax.xml.transform.TransformerException
- Method that is called after an xsl:apply-templates or xsl:for-each
selection occurs.
|
|||||||||
| Home >> All >> org >> apache >> xalan >> [ trace overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC