public class XMLCheckErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
XMLCheckErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException ex) |
void |
fatalError(SAXParseException ex) |
List<ErrorStruct> |
getErrorList() |
List<ErrorStruct> |
getFatalList() |
List<ErrorStruct> |
getResultList() |
List<ErrorStruct> |
getWarningList() |
void |
warning(SAXParseException ex) |
public void warning(SAXParseException ex) throws SAXException
warning in interface ErrorHandlerSAXExceptionpublic void error(SAXParseException ex) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException ex) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionpublic List<ErrorStruct> getWarningList()
public List<ErrorStruct> getErrorList()
public List<ErrorStruct> getFatalList()
public List<ErrorStruct> getResultList()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}