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/09/07 21:48:01 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/processor package.html StylesheetProcessor.java

dleslie     00/09/07 12:48:00

  Modified:    java/src/org/apache/xalan/processor package.html
                        StylesheetProcessor.java
  Log:
  Editorial updates for javadoc
  
  Revision  Changes    Path
  1.3       +2 -1      xml-xalan/java/src/org/apache/xalan/processor/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/processor/package.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- package.html	2000/09/06 21:22:30	1.2
  +++ package.html	2000/09/07 19:47:58	1.3
  @@ -2,7 +2,8 @@
     <title>Xalan Processor Package.</title>
     <body>
       <p>Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
  -    (a TrAX Templates object).</p>
  +    (a TRaX Templates object).</p>
  +    
       <p>StylesheetProcessor implements the TRaX Processor interface. It registers a StylesheetHandler 
       (a TrAX TemplatesBuilder) as the SAX ContentHandler for an XMLReader, and uses the XMLReader to parse the stylesheet
       document.</p>
  
  
  
  1.5       +2 -1      xml-xalan/java/src/org/apache/xalan/processor/StylesheetProcessor.java
  
  Index: StylesheetProcessor.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/processor/StylesheetProcessor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StylesheetProcessor.java	2000/08/07 21:30:13	1.4
  +++ StylesheetProcessor.java	2000/09/07 19:47:59	1.5
  @@ -75,7 +75,8 @@
   
   /**
    * The StylesheetProcessor, which implements the TRaX Processor 
  - * interface, processes XSLT Stylesheets into a Templates object.
  + * interface, processes XSLT stylesheets into a Templates object 
  + * (a StylesheetRoot).
    */
   public class StylesheetProcessor extends Processor
   {