mmidy       00/11/28 08:58:54

  Modified:    src/org/apache/xalan/xslt XSLTEngineImpl.java
                        XSLTProcessor.java
  Log:
  Propagate resetTopLevelParams method to the XSLTProcessor interface
  
  Revision  Changes    Path
  1.83      +2 -2      xml-xalan/src/org/apache/xalan/xslt/XSLTEngineImpl.java
  
  Index: XSLTEngineImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/src/org/apache/xalan/xslt/XSLTEngineImpl.java,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- XSLTEngineImpl.java       2000/11/27 21:15:46     1.82
  +++ XSLTEngineImpl.java       2000/11/28 16:58:53     1.83
  @@ -447,8 +447,8 @@
     }
        
        /**
  -   * Reset the top-level params, so the processor can be used again.
  -   * This resets the parameters defined with setStylesheetParam().
  +   * Reset the top-level params.
  +   * This clears the parameters defined with setStylesheetParam().
      */
     public void resetTopLevelParams()
     {
  
  
  
  1.14      +6 -0      xml-xalan/src/org/apache/xalan/xslt/XSLTProcessor.java
  
  Index: XSLTProcessor.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/src/org/apache/xalan/xslt/XSLTProcessor.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- XSLTProcessor.java        2000/05/26 20:48:07     1.13
  +++ XSLTProcessor.java        2000/11/28 16:58:53     1.14
  @@ -153,6 +153,12 @@
      * if the XSLTProcessor instance is to be used again.
      */
     public void reset();
  +     
  +     /**
  +   * Reset the top-level params.
  +   * This clears the parameters defined with setStylesheetParam().
  +   */
  +  public void resetTopLevelParams();
   
     /**
      * Get the DOM Node from the XSLTInputSource object. Returns null if the 
XSLTInputSource
  
  
  

Reply via email to