Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.html.parser |
Contains the html parser interface.
|
Modifier and Type | Method and Description |
---|---|
HTMLParserListener |
WebClient.getHTMLParserListener()
Gets the configured listener for messages generated by the HTML parser.
|
Modifier and Type | Method and Description |
---|---|
void |
WebClient.setHTMLParserListener(HTMLParserListener listener)
Sets the listener for messages generated by the HTML parser.
|
Modifier and Type | Field and Description |
---|---|
static HTMLParserListener |
HTMLParserListener.LOG_REPORTER
Simple implementation of
HTMLParserListener logging the received warnings
and errors in the "org.htmlunit.html.HTMLParserListener" log. |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.