public class XMLErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
XMLErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException saxParseException) |
void |
fatalError(SAXParseException saxParseException) |
static XMLErrorHandler |
getInstance() |
void |
warning(SAXParseException saxParseException) |
public static XMLErrorHandler getInstance()
public void warning(SAXParseException saxParseException) throws SAXException
warning in interface ErrorHandlerSAXExceptionpublic void error(SAXParseException saxParseException) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException saxParseException) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionCopyright © 2019. All rights reserved.