Package org.htmlunit.html.parser


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