XmlErrorHandler@Deprecated public class XmlErrorHandler extends Object implements ErrorHandler
| Constructor and Description | 
|---|
| XmlErrorHandler()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | error(SAXParseException exception)Deprecated.  | 
| void | fatalError(SAXParseException exception)Deprecated.  | 
| Set<SAXParseException> | getErrors()Deprecated.  | 
| Set<SAXParseException> | getWarnings()Deprecated.  | 
| void | logFindings(Log log,
           String source)Deprecated.  | 
| void | warning(SAXParseException exception)Deprecated.  | 
public void error(SAXParseException exception) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException exception) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionpublic void warning(SAXParseException exception) throws SAXException
warning in interface ErrorHandlerSAXExceptionpublic Set<SAXParseException> getErrors()
public Set<SAXParseException> getWarnings()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.