Uses of Class
org.apache.xalan.trace.EndSelectionEvent
-
Packages that use EndSelectionEvent Package Description org.apache.xalan.trace Implementation of Xalan Trace events, for use by a debugger. -
-
Uses of EndSelectionEvent in org.apache.xalan.trace
Methods in org.apache.xalan.trace with parameters of type EndSelectionEvent Modifier and Type Method Description void
TraceManager. fireSelectedEndEvent(EndSelectionEvent se)
Fire a selection event.void
PrintTraceListener. selectEnd(EndSelectionEvent ev)
Method that is called after an xsl:apply-templates or xsl:for-each selection occurs.void
TraceListenerEx. selectEnd(EndSelectionEvent ev)
Method that is called after an xsl:apply-templates or xsl:for-each selection occurs.
-