src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/ErrorHandlerAdaptor.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    29 /**
    29 /**
    30  * Receives errors through Xerces {@link XMLErrorHandler}
    30  * Receives errors through Xerces {@link XMLErrorHandler}
    31  * and pass them down to SAX {@link ErrorHandler}.
    31  * and pass them down to SAX {@link ErrorHandler}.
    32  *
    32  *
    33  * @author
    33  * @author
    34  *     Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    34  *     Kohsuke Kawaguchi
    35  */
    35  */
    36 public abstract class ErrorHandlerAdaptor implements XMLErrorHandler
    36 public abstract class ErrorHandlerAdaptor implements XMLErrorHandler
    37 {
    37 {
    38     /** set to true if there was any error. */
    38     /** set to true if there was any error. */
    39     private boolean hadError = false;
    39     private boolean hadError = false;