Uses of Interface
org.htmlunit.cyberneko.xerces.xni.parser.XMLErrorHandler
-
Packages that use XMLErrorHandler Package Description org.htmlunit.cyberneko org.htmlunit.cyberneko.xerces.util org.htmlunit.cyberneko.xerces.xni.parser -
-
Uses of XMLErrorHandler in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as XMLErrorHandler Modifier and Type Field Description (package private) XMLErrorHandler
HTMLConfiguration. errorHandler_
Error handler.Methods in org.htmlunit.cyberneko that return XMLErrorHandler Modifier and Type Method Description XMLErrorHandler
HTMLConfiguration. getErrorHandler()
Methods in org.htmlunit.cyberneko with parameters of type XMLErrorHandler Modifier and Type Method Description void
HTMLConfiguration. setErrorHandler(XMLErrorHandler handler)
-
Uses of XMLErrorHandler in org.htmlunit.cyberneko.xerces.util
Classes in org.htmlunit.cyberneko.xerces.util that implement XMLErrorHandler Modifier and Type Class Description class
DefaultErrorHandler
Default error handler.class
ErrorHandlerWrapper
This class wraps a SAX error handler in an XNI error handler. -
Uses of XMLErrorHandler in org.htmlunit.cyberneko.xerces.xni.parser
Methods in org.htmlunit.cyberneko.xerces.xni.parser that return XMLErrorHandler Modifier and Type Method Description XMLErrorHandler
XMLParserConfiguration. getErrorHandler()
Methods in org.htmlunit.cyberneko.xerces.xni.parser with parameters of type XMLErrorHandler Modifier and Type Method Description void
XMLParserConfiguration. setErrorHandler(XMLErrorHandler errorHandler)
Sets the error handler.
-