Package org.htmlunit.html.parser
Contains the html parser interface.
-
Interface Summary Interface Description HTMLParser Interface for the parser used to parse HTML into a HtmlUnit-specific DOM (HU-DOM) tree.HTMLParserDOMBuilder INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.HTMLParserListener Listener for messages from the HTML parser. -
Class Summary Class Description 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.