Package com.saxonica.functions.qt4
Class ParseHtml.HTML5ErrorHandler
- java.lang.Object
-
- net.sf.saxon.lib.StandardErrorHandler
-
- com.saxonica.functions.qt4.ParseHtml.HTML5ErrorHandler
-
- All Implemented Interfaces:
org.xml.sax.ErrorHandler
- Enclosing class:
- ParseHtml
public static class ParseHtml.HTML5ErrorHandler extends StandardErrorHandler
-
-
Constructor Summary
Constructors Constructor Description HTML5ErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(org.xml.sax.SAXParseException e)
Callback interface for SAX: not for application use-
Methods inherited from class net.sf.saxon.lib.StandardErrorHandler
fatalError, getErrorCount, getErrorReporter, getFatalErrorCount, getWarningCount, reportError, setSilent, warning
-
-
-
-
Method Detail
-
error
public void error(org.xml.sax.SAXParseException e) throws org.xml.sax.SAXException
Description copied from class:StandardErrorHandler
Callback interface for SAX: not for application use- Specified by:
error
in interfaceorg.xml.sax.ErrorHandler
- Overrides:
error
in classStandardErrorHandler
- Throws:
org.xml.sax.SAXException
-
-