Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xalan.trace
Class EndSelectionEvent  view EndSelectionEvent download EndSelectionEvent.java

java.lang.Object
  extended byorg.apache.xalan.trace.SelectionEvent
      extended byorg.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.