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) XMLErrorHandlerHTMLConfiguration.errorHandler_Error handler.Methods in org.htmlunit.cyberneko that return XMLErrorHandlerMethods in org.htmlunit.cyberneko with parameters of type XMLErrorHandlerModifier and TypeMethodDescriptionvoidHTMLConfiguration.setErrorHandler(XMLErrorHandler handler) -
Uses of XMLErrorHandler in org.htmlunit.cyberneko.xerces.util
Classes in org.htmlunit.cyberneko.xerces.util that implement XMLErrorHandlerModifier and TypeClassDescriptionclassDefault error handler.classThis 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 TypeMethodDescriptionvoidXMLParserConfiguration.setErrorHandler(XMLErrorHandler errorHandler) Sets the error handler.