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
Methods in org.htmlunit.cyberneko that return XMLErrorHandler Modifier and Type Method Description XMLErrorHandlerHTMLConfiguration. getErrorHandler()Methods in org.htmlunit.cyberneko with parameters of type XMLErrorHandler Modifier and Type Method Description voidHTMLConfiguration. 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 classDefaultErrorHandlerDefault error handler.classErrorHandlerWrapperThis 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 XMLErrorHandlerXMLParserConfiguration. getErrorHandler()Methods in org.htmlunit.cyberneko.xerces.xni.parser with parameters of type XMLErrorHandler Modifier and Type Method Description voidXMLParserConfiguration. setErrorHandler(XMLErrorHandler errorHandler)Sets the error handler.
-