You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@locus.apache.org on 2000/11/06 18:37:28 UTC

cvs commit: xml-xalan/java/src/javax/xml/transform/sax SAXResult.java

sboag       00/11/06 09:37:25

  Modified:    java/src/javax/xml/transform/sax SAXResult.java
  Log:
  Removed decl handler stuff.
  
  Revision  Changes    Path
  1.2       +0 -24     xml-xalan/java/src/javax/xml/transform/sax/SAXResult.java
  
  Index: SAXResult.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/javax/xml/transform/sax/SAXResult.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SAXResult.java	2000/11/03 23:22:12	1.1
  +++ SAXResult.java	2000/11/06 17:37:19	1.2
  @@ -113,25 +113,6 @@
     }
   
     /**
  -   * Set the SAX2 DeclHandler for the output.
  -   *
  -   * @param handler
  -   */
  -  void setDeclHandler(DeclHandler handler)
  -  {
  -    this.declhandler = declhandler;
  -  }
  -
  -  /**
  -   * Get the SAX2 DeclHandler for the output.
  -   * @return A DeclHandler, or null.
  -   */
  -  DeclHandler getDeclHandler()
  -  {
  -    return declhandler;
  -  }
  -
  -  /**
      * Set the SAX2 LexicalHandler for the output.
      *
      * @param handler
  @@ -158,11 +139,6 @@
      * Field handler
      */
     private ContentHandler handler;
  -
  -  /**
  -   * Field declhandler
  -   */
  -  private DeclHandler declhandler;
   
     /**
      * Field lexhandler