You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cz...@apache.org on 2002/05/02 13:29:11 UTC

cvs commit: jakarta-avalon-excalibur/xmlbundle/src/java/org/apache/avalon/excalibur/xml/xslt XSLTProcessor.java

cziegeler    02/05/02 04:29:11

  Modified:    xmlbundle/src/java/org/apache/avalon/excalibur/xml/xslt
                        XSLTProcessor.java
  Log:
  Adding missing method
  
  Revision  Changes    Path
  1.4       +13 -1     jakarta-avalon-excalibur/xmlbundle/src/java/org/apache/avalon/excalibur/xml/xslt/XSLTProcessor.java
  
  Index: XSLTProcessor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/src/java/org/apache/avalon/excalibur/xml/xslt/XSLTProcessor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSLTProcessor.java	2 May 2002 10:04:05 -0000	1.3
  +++ XSLTProcessor.java	2 May 2002 11:29:11 -0000	1.4
  @@ -22,7 +22,7 @@
    *
    * @author <a href="mailto:ovidiu@cup.hp.com">Ovidiu Predescu</a>
    * @author <a href="mailto:proyal@apache.org">Peter Royal</a>
  - * @version CVS $Id: XSLTProcessor.java,v 1.3 2002/05/02 10:04:05 cziegeler Exp $
  + * @version CVS $Id: XSLTProcessor.java,v 1.4 2002/05/02 11:29:11 cziegeler Exp $
    * @version 1.0
    * @since   July 11, 2001
    */
  @@ -32,6 +32,18 @@
        * The role implemented by an <code>XSLTProcessor</code>.
        */
       String ROLE = XSLTProcessor.class.getName();
  +
  +    /**
  +     * Set the TransformerFactory for this instance.
  +     * The <code>factory</code> is invoked to return a
  +     * <code>TransformerHandler</code> to perform the transformation.
  +     *
  +     * @param classname the name of the class implementing
  +     * <code>TransformerFactory</code> value. If an error is found
  +     * or the indicated class doesn't implement the required interface
  +     * the original factory of the component is maintained.
  +     */
  +    void setTransformerFactory(String classname);
   
       /**
        * <p>Return a <code>TransformerHandler</code> for a given
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>