Package net.sf.saxon.functions
Class ParseXml.RetentiveErrorHandler
- java.lang.Object
-
- net.sf.saxon.functions.ParseXml.RetentiveErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- ParseXml
public static class ParseXml.RetentiveErrorHandler extends Object implements ErrorHandler
-
-
Field Summary
Fields Modifier and Type Field Description List<SAXParseException>
errors
boolean
failed
-
Constructor Summary
Constructors Constructor Description RetentiveErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
captureRetainedErrors(XPathException xe)
void
error(SAXParseException exception)
void
fatalError(SAXParseException exception)
void
warning(SAXParseException exception)
-
-
-
Field Detail
-
errors
public List<SAXParseException> errors
-
failed
public boolean failed
-
-
Method Detail
-
error
public void error(SAXParseException exception)
- Specified by:
error
in interfaceErrorHandler
-
warning
public void warning(SAXParseException exception)
- Specified by:
warning
in interfaceErrorHandler
-
fatalError
public void fatalError(SAXParseException exception)
- Specified by:
fatalError
in interfaceErrorHandler
-
captureRetainedErrors
public void captureRetainedErrors(XPathException xe)
-
-