org.mmbase.util
Class XMLCheckErrorHandler
java.lang.Object
org.mmbase.util.XMLCheckErrorHandler
- All Implemented Interfaces:
- ErrorHandler
public class XMLCheckErrorHandler
- extends Object
- implements ErrorHandler
Provides ErrorHandler methods for checking xml files by Config module
- Version:
- $Id: XMLCheckErrorHandler.java 35335 2009-05-21 08:14:41Z michiel $
- Author:
- cjr@dds.nl
- Application:
- Config
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLCheckErrorHandler
public XMLCheckErrorHandler()
warning
public void warning(SAXParseException ex)
throws SAXException
- Specified by:
warning in interface ErrorHandler
- Throws:
SAXException
error
public void error(SAXParseException ex)
throws SAXException
- Specified by:
error in interface ErrorHandler
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException ex)
throws SAXException
- Specified by:
fatalError in interface ErrorHandler
- Throws:
SAXException
getWarningList
public List<ErrorStruct> getWarningList()
getErrorList
public List<ErrorStruct> getErrorList()
getFatalList
public List<ErrorStruct> getFatalList()
getResultList
public List<ErrorStruct> getResultList()
MMBase 2.0-SNAPSHOT - null