You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@locus.apache.org on 2000/02/25 17:19:31 UTC

cvs commit: xml-xalan/xdocs/sources/xalan usagepatterns.xml org-apache-xalan-xslt-trace.xml

dleslie     00/02/25 08:19:31

  Modified:    xdocs/sources/xalan usagepatterns.xml
                        org-apache-xalan-xslt-trace.xml
  Log:
  related to cleanup of org.apache.xalan.xslt.trace javadoc
  
  Revision  Changes    Path
  1.3       +2 -0      xml-xalan/xdocs/sources/xalan/usagepatterns.xml
  
  Index: usagepatterns.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/usagepatterns.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- usagepatterns.xml	2000/02/24 22:22:00	1.2
  +++ usagepatterns.xml	2000/02/25 16:19:30	1.3
  @@ -294,6 +294,8 @@
   		  <li>The <resource-ref idref="GenerateEventDoc"/> is an event that is 
   		  passed to the TraceListener.generated() function. It is called after an event 
   		  occurs to create something in the result tree.<br/><br/></li>
  +      <li>The <resource-ref idref="SelectionEventDoc"/> is an event triggered by the selection of a give
  +      style tree node.</li>
   		</ul>
       <p>Example:</p>
       <source>
  
  
  
  1.3       +3 -1      xml-xalan/xdocs/sources/xalan/org-apache-xalan-xslt-trace.xml
  
  Index: org-apache-xalan-xslt-trace.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/org-apache-xalan-xslt-trace.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- org-apache-xalan-xslt-trace.xml	2000/02/17 12:51:17	1.2
  +++ org-apache-xalan-xslt-trace.xml	2000/02/25 16:19:30	1.3
  @@ -70,10 +70,12 @@
   		  the TraceListener interface that is used by the &xslt4j; command-line utility
         for the -TT, TG, and -TTC flags. You can examine the utility code ({@link org.apache.xalan.xslt.Process})
         for examples of how you might use the trace functionality.<br/><br/></li>
  -		  <li>{@link org.apache.xalan.xslt.traceTracerEvent} is an event that is passed to the
  +		  <li>{@link org.apache.xalan.xslt.trace.TracerEvent} is an event that is passed to the
          TraceListener trace function. It is called before a node is 'executed' in the stylesheet.<br/><br/></li>
   		  <li>{@link org.apache.xalan.xslt.trace.GenerateEvent} is an event that is passed to the TraceListener.generated()
          function. It is called after an event creating something in the result tree occurs.<br/><br/></li>
  +      <li>{@link org.apache.xalan.xslt.trace.SelectionEvent} is an event triggered by the selection of a given
  +      style tree node.</li>
   		</ul>
       </s2>
       <s2 title="Example">