Class XmlXsdValidator.InternalErrorHandler
java.lang.Object
com.aquima.interactions.foundation.xml.validation.XmlXsdValidator.InternalErrorHandler
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
XmlXsdValidator
Internal org.xml.sax.ErrorHandler implementation used for xsd validation.
- Since:
- 6.4
- Author:
- Jon van Leuven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(SAXParseException saxparseexception) void
fatalError
(SAXParseException saxparseexception) protected XmlValidationException
void
warning
(SAXParseException saxparseexception)
-
Constructor Details
-
Method Details
-
error
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-
warning
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-
getResult
-