Uses of Interface
org.htmlunit.html.parser.HTMLParserListener
-
Packages that use HTMLParserListener Package Description org.htmlunit Framework classes (contains theWebClientclass 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 HTMLParserListenerWebClient. htmlParserListener_Methods in org.htmlunit that return HTMLParserListener Modifier and Type Method Description HTMLParserListenerWebClient. 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 voidWebClient. 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) classSimpleHTMLParserListenerSimple 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.Fields in org.htmlunit.html.parser declared as HTMLParserListener Modifier and Type Field Description static 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. -
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 HTMLParserListenerHtmlUnitNekoHTMLErrorHandler. 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)
-