|
|||||||||
| 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
Class EndSelectionEvent

java.lang.Objectorg.apache.xalan.trace.SelectionEvent
org.apache.xalan.trace.EndSelectionEvent
- All Implemented Interfaces:
- java.util.EventListener
- public class EndSelectionEvent
- extends SelectionEvent
Event triggered by completion of a xsl:for-each selection or a xsl:apply-templates selection.
| Field Summary |
| Fields inherited from class org.apache.xalan.trace.SelectionEvent |
m_attributeName, m_processor, m_selection, m_sourceNode, m_styleNode, m_xpath |
| Constructor Summary | |
EndSelectionEvent(org.apache.xalan.transformer.TransformerImpl processor,
org.w3c.dom.Node sourceNode,
org.apache.xalan.templates.ElemTemplateElement styleNode,
java.lang.String attributeName,
org.apache.xpath.XPath xpath,
org.apache.xpath.objects.XObject selection)
Create an EndSelectionEvent. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
EndSelectionEvent
public EndSelectionEvent(org.apache.xalan.transformer.TransformerImpl processor, org.w3c.dom.Node sourceNode, org.apache.xalan.templates.ElemTemplateElement styleNode, java.lang.String attributeName, org.apache.xpath.XPath xpath, org.apache.xpath.objects.XObject selection)
- Create an EndSelectionEvent.
|
|||||||||
| Home >> All >> org >> apache >> xalan >> [ trace overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC