org.apache.xalan.trace
public class EndSelectionEvent extends SelectionEvent
UNKNOWN: advanced
Constructor Summary | |
---|---|
EndSelectionEvent(TransformerImpl processor, Node sourceNode, ElemTemplateElement styleNode, String attributeName, XPath xpath, XObject selection)
Create an EndSelectionEvent.
|
Parameters: processor The XSLT TransformerFactory. sourceNode The current context node. styleNode node in the style tree reference for the event. Should not be null. That is not enforced. attributeName The attribute name from which the selection is made. xpath The XPath that executed the selection. selection The result of the selection.