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 voidTraceManager. fireSelectedEndEvent(EndSelectionEvent se)Fire a selection event.voidPrintTraceListener. selectEnd(EndSelectionEvent ev)Method that is called after an xsl:apply-templates or xsl:for-each selection occurs.voidTraceListenerEx. selectEnd(EndSelectionEvent ev)Method that is called after an xsl:apply-templates or xsl:for-each selection occurs.
-