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 TypeMethodDescriptionvoidvoiderror(SAXParseException exception) voidfatalError(SAXParseException exception) voidwarning(SAXParseException exception)
-
Field Details
-
errors
-
failed
public boolean failed
-
-
Constructor Details
-
RetentiveErrorHandler
public RetentiveErrorHandler()
-
-
Method Details
-
error
- Specified by:
errorin interfaceErrorHandler
-
warning
- Specified by:
warningin interfaceErrorHandler
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler
-
captureRetainedErrors
-