Uses of Interface
org.htmlunit.cyberneko.xerces.xni.parser.XMLErrorHandler
Packages that use XMLErrorHandler
Package
Description
-
Uses of XMLErrorHandler in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as XMLErrorHandlerModifier and TypeFieldDescription(package private) XMLErrorHandler
HTMLConfiguration.errorHandler_
Error handler.Methods in org.htmlunit.cyberneko that return XMLErrorHandlerMethods in org.htmlunit.cyberneko with parameters of type XMLErrorHandlerModifier and TypeMethodDescriptionvoid
HTMLConfiguration.setErrorHandler
(XMLErrorHandler handler) -
Uses of XMLErrorHandler in org.htmlunit.cyberneko.xerces.util
Classes in org.htmlunit.cyberneko.xerces.util that implement XMLErrorHandlerModifier and TypeClassDescriptionclass
Default error handler.class
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 XMLErrorHandlerMethods in org.htmlunit.cyberneko.xerces.xni.parser with parameters of type XMLErrorHandlerModifier and TypeMethodDescriptionvoid
XMLParserConfiguration.setErrorHandler
(XMLErrorHandler errorHandler) Sets the error handler.