|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTMLParserListener | |
---|---|
com.gargoylesoftware.htmlunit | Framework classes |
com.gargoylesoftware.htmlunit.html | Classes specific to html pages |
Uses of HTMLParserListener in com.gargoylesoftware.htmlunit |
---|
Methods in com.gargoylesoftware.htmlunit that return HTMLParserListener | |
---|---|
HTMLParserListener |
WebClient.getHTMLParserListener()
Gets the configured listener for messages generated by the html parser. |
Methods in com.gargoylesoftware.htmlunit with parameters of type HTMLParserListener | |
---|---|
void |
WebClient.setHTMLParserListener(HTMLParserListener listener)
Defines a listener for messages generated by the html parser. Note: If WebClient.getIgnoreOutsideContent() returns false , the parser
will ignore closing <body> and <html> tags to be able to handle html content
incorrectly located after the end of the html file. |
Uses of HTMLParserListener in com.gargoylesoftware.htmlunit.html |
---|
Fields in com.gargoylesoftware.htmlunit.html declared as HTMLParserListener | |
---|---|
static HTMLParserListener |
HTMLParserListener.LOG_REPORTER
Simple implementation of HTMLParserListener logging the received warnings
and errors in the "com.gargoylesoftware.htmlunit.html.HTMLParserListener" log.Errors are logged at the error level and warnings at the warning level. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |