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/10/03 01:39:12 UTC

cvs commit: xml-xalan/java/src/serialize Serializer.java

sboag       00/10/02 16:39:12

  Modified:    java/src/serialize Serializer.java
  Log:
  Added accessors for the Writer and OutputStream.
  
  Revision  Changes    Path
  1.3       +2 -1      xml-xalan/java/src/serialize/Serializer.java
  
  Index: Serializer.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/serialize/Serializer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Serializer.java	2000/09/19 21:07:06	1.2
  +++ Serializer.java	2000/10/02 23:39:11	1.3
  @@ -129,6 +129,7 @@
        * @param output The output stream
        */
       public void setOutputStream( OutputStream output );
  +    public OutputStream getOutputStream();
   
   
       /**
  @@ -142,7 +143,7 @@
        * @param writer The output writer stream
        */
       public void setWriter( Writer writer );
  -
  +    public Writer getWriter();
   
       /**
        * Specifies an output format for this serializer. It the