You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sa...@apache.org on 2002/02/20 21:01:00 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl XMLErrorReporter.java

sandygao    02/02/20 12:01:00

  Modified:    java/src/org/apache/xerces/impl XMLErrorReporter.java
  Log:
  Add a method to get the wrapped error handler.
  
  Revision  Changes    Path
  1.6       +8 -1      xml-xerces/java/src/org/apache/xerces/impl/XMLErrorReporter.java
  
  Index: XMLErrorReporter.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLErrorReporter.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XMLErrorReporter.java	29 Jan 2002 01:15:09 -0000	1.5
  +++ XMLErrorReporter.java	20 Feb 2002 20:01:00 -0000	1.6
  @@ -105,7 +105,7 @@
    * @author Eric Ye, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: XMLErrorReporter.java,v 1.5 2002/01/29 01:15:09 lehors Exp $
  + * @version $Id: XMLErrorReporter.java,v 1.6 2002/02/20 20:01:00 sandygao Exp $
    */
   public class XMLErrorReporter
       implements XMLComponent {
  @@ -492,5 +492,12 @@
           }
   
       } // setProperty(String,Object)
  +    
  +    /**
  +     * Get the internal XMLErrrorHandler.
  +     */
  +    public XMLErrorHandler getErrorHandler() {
  +        return fErrorHandler;
  +    }
       
   } // class XMLErrorReporter
  
  
  

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