org.apache.xalan.trace
Class EndSelectionEvent
java.lang.Object
|
+--org.apache.xalan.trace.SelectionEvent
|
+--org.apache.xalan.trace.EndSelectionEvent
- public class EndSelectionEvent
- extends SelectionEvent
Event triggered by completion of a xsl:for-each selection or a
xsl:apply-templates selection.
- Usage:
- **For advanced use only**
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
EndSelectionEvent
public EndSelectionEvent(TransformerImpl processor,
Node sourceNode,
ElemTemplateElement styleNode,
java.lang.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.
Copyright © 2006 Apache XML Project. All Rights Reserved.