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.
Contains the neko html parser.
-
Uses of HTMLParserListener in org.htmlunit
Fields in org.htmlunit declared as HTMLParserListenerMethods 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 TypeMethodDescriptionvoid
WebClient.setHTMLParserListener
(HTMLParserListener listener) Sets the listener for messages generated by the HTML parser. -
Uses of HTMLParserListener in org.htmlunit.html.parser
Classes in org.htmlunit.html.parser that implement HTMLParserListenerModifier and TypeClassDescription(package private) class
Simple implementation ofHTMLParserListener
logging 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.Fields in org.htmlunit.html.parser declared as HTMLParserListenerModifier and TypeFieldDescriptionstatic final HTMLParserListener
HTMLParserListener.LOG_REPORTER
Simple implementation ofHTMLParserListener
logging 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. -
Uses of HTMLParserListener in org.htmlunit.html.parser.neko
Fields in org.htmlunit.html.parser.neko declared as HTMLParserListenerModifier and TypeFieldDescriptionprivate final HTMLParserListener
HtmlUnitNekoHTMLErrorHandler.listener_
Constructors in org.htmlunit.html.parser.neko with parameters of type HTMLParserListenerModifierConstructorDescription(package private)
HtmlUnitNekoHTMLErrorHandler
(HTMLParserListener listener, URL url, String htmlContent)