You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by el...@apache.org on 2001/07/11 17:40:17 UTC

cvs commit: xml-xerces/java/src/org/apache/xml/serialize BaseMarkupSerializer.java

elena       01/07/11 08:40:17

  Modified:    java/src/org/apache/xml/serialize BaseMarkupSerializer.java
  Log:
  Behavior was changed, implementations that overwrite those functions should get notification.
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2530
  
  Revision  Changes    Path
  1.26      +3 -3      xml-xerces/java/src/org/apache/xml/serialize/BaseMarkupSerializer.java
  
  Index: BaseMarkupSerializer.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xml/serialize/BaseMarkupSerializer.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- BaseMarkupSerializer.java	2001/05/10 02:49:52	1.25
  +++ BaseMarkupSerializer.java	2001/07/11 15:40:10	1.26
  @@ -143,7 +143,7 @@
    * another element.
    *
    *
  - * @version $Revision: 1.25 $ $Date: 2001/05/10 02:49:52 $
  + * @version $Revision: 1.26 $ $Date: 2001/07/11 15:40:10 $
    * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
    * @see Serializer
    * @see DOMSerializer
  @@ -547,7 +547,7 @@
       }
   
   
  -    public void processingInstruction( String target, String code )
  +    public final void processingInstruction( String target, String code )
           throws SAXException
       {
           try {
  @@ -789,7 +789,7 @@
       //------------------------------------------//
   
   
  -    public void startDTD( String name, String publicId, String systemId )
  +    public final void startDTD( String name, String publicId, String systemId )
           throws SAXException
       {
           try {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org