Package net.sf.saxon.functions
Class ParseXml.RetentiveErrorHandler
java.lang.Object
net.sf.saxon.functions.ParseXml.RetentiveErrorHandler
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
ParseXml
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
error
(SAXParseException exception) void
fatalError
(SAXParseException exception) void
warning
(SAXParseException exception)
-
Field Details
-
errors
-
failed
public boolean failed
-
-
Constructor Details
-
RetentiveErrorHandler
public RetentiveErrorHandler()
-
-
Method Details
-
error
- Specified by:
error
in interfaceErrorHandler
-
warning
- Specified by:
warning
in interfaceErrorHandler
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
-
captureRetainedErrors
-