Uses of Interface
org.htmlunit.html.parser.HTMLParserListener
Packages that use HTMLParserListener
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).Contains the html parser interface.
-
Uses of HTMLParserListener in org.htmlunit
Methods in org.htmlunit that return HTMLParserListenerModifier and TypeMethodDescriptionWebClient.getHTMLParserListener()Gets the configured listener for messages generated by the HTML parser.Methods in org.htmlunit with parameters of type HTMLParserListenerModifier and TypeMethodDescriptionvoidWebClient.setHTMLParserListener(HTMLParserListener listener) Sets the listener for messages generated by the HTML parser. -
Uses of HTMLParserListener in org.htmlunit.html.parser
Fields in org.htmlunit.html.parser declared as HTMLParserListenerModifier and TypeFieldDescriptionstatic final HTMLParserListenerHTMLParserListener.LOG_REPORTERSimple implementation ofHTMLParserListenerlogging the received warnings and errors in the "org.htmlunit.html.HTMLParserListener" log.
Errors are logged at the error level and warnings at the warning level.