org.enhydra.apache.xerces.validators.common
Class XMLValidator.ErrorHandler
java.lang.Object
|
+--org.enhydra.apache.xerces.validators.common.XMLValidator.ErrorHandler
- All Implemented Interfaces:
- ErrorHandler
- Enclosing class:
- XMLValidator
- static class XMLValidator.ErrorHandler
- extends Object
- implements ErrorHandler
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLValidator.ErrorHandler
XMLValidator.ErrorHandler()
warning
public void warning(SAXParseException ex)
- Warning.
- Specified by:
warning
in interface ErrorHandler
error
public void error(SAXParseException ex)
- Error.
- Specified by:
error
in interface ErrorHandler
fatalError
public void fatalError(SAXParseException ex)
- Fatal error.
- Specified by:
fatalError
in interface ErrorHandler
Copyright © 1999 The Apache Software Foundation. All Rights reserved.