Uses of Interface
org.htmlunit.html.parser.HTMLParserListener
-
Packages that use HTMLParserListener Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point).org.htmlunit.html.parser Contains the html parser interface.org.htmlunit.html.parser.neko Contains the neko html parser. -
-
Uses of HTMLParserListener in org.htmlunit
Fields in org.htmlunit declared as HTMLParserListener Modifier and Type Field Description private HTMLParserListener
WebClient. htmlParserListener_
Methods in org.htmlunit that return HTMLParserListener Modifier and Type Method Description HTMLParserListener
WebClient. getHTMLParserListener()
Gets the configured listener for messages generated by the HTML parser.Methods in org.htmlunit with parameters of type HTMLParserListener Modifier and Type Method Description void
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 HTMLParserListener Modifier and Type Class Description (package private) class
SimpleHTMLParserListener
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 HTMLParserListener Modifier and Type Field Description static 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 HTMLParserListener Modifier and Type Field Description private HTMLParserListener
HtmlUnitNekoHTMLErrorHandler. listener_
Constructors in org.htmlunit.html.parser.neko with parameters of type HTMLParserListener Constructor Description HtmlUnitNekoHTMLErrorHandler(HTMLParserListener listener, java.net.URL url, java.lang.String htmlContent)
-