Class FXSSchemaValidator.ValidationErrorHandler
- java.lang.Object
-
- de.consist.bmu.rule.config.schema.fxs.FXSSchemaValidator.ValidationErrorHandler
-
- All Implemented Interfaces:
org.xml.sax.ErrorHandler
- Enclosing class:
- FXSSchemaValidator
public static class FXSSchemaValidator.ValidationErrorHandler extends java.lang.Object implements org.xml.sax.ErrorHandlerErrorhandler, dient auch als Rueckgabe der Validierung.
-
-
Constructor Summary
Constructors Constructor Description ValidationErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(org.xml.sax.SAXParseException arg0)voidfatalError(org.xml.sax.SAXParseException arg0)java.util.List<org.xml.sax.SAXParseException>getErrorList()java.util.List<org.xml.sax.SAXParseException>getWarningList()voidwarning(org.xml.sax.SAXParseException arg0)
-
-
-
Method Detail
-
getErrorList
public final java.util.List<org.xml.sax.SAXParseException> getErrorList()
- Returns:
- List
-
getWarningList
public final java.util.List<org.xml.sax.SAXParseException> getWarningList()
- Returns:
- List
-
error
public final void error(org.xml.sax.SAXParseException arg0) throws org.xml.sax.SAXException- Specified by:
errorin interfaceorg.xml.sax.ErrorHandler- Throws:
org.xml.sax.SAXException
-
fatalError
public final void fatalError(org.xml.sax.SAXParseException arg0) throws org.xml.sax.SAXException- Specified by:
fatalErrorin interfaceorg.xml.sax.ErrorHandler- Throws:
org.xml.sax.SAXException
-
warning
public final void warning(org.xml.sax.SAXParseException arg0) throws org.xml.sax.SAXException- Specified by:
warningin interfaceorg.xml.sax.ErrorHandler- Throws:
org.xml.sax.SAXException
-
-