public static class ParseXml.RetentiveErrorHandler extends Object implements ErrorHandler
| Modifier and Type | Field and Description |
|---|---|
List<SAXParseException> |
errors |
boolean |
failed |
| Constructor and Description |
|---|
RetentiveErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
captureRetainedErrors(XPathException xe) |
void |
error(SAXParseException exception) |
void |
fatalError(SAXParseException exception) |
void |
warning(SAXParseException exception) |
public List<SAXParseException> errors
public boolean failed
public void error(SAXParseException exception)
error in interface ErrorHandlerpublic void warning(SAXParseException exception)
warning in interface ErrorHandlerpublic void fatalError(SAXParseException exception)
fatalError in interface ErrorHandlerpublic void captureRetainedErrors(XPathException xe)