Interface HTMLParserDOMBuilder

All Known Implementing Classes:
HtmlUnitNekoDOMBuilder

public interface HTMLParserDOMBuilder
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.

Interface for the parser.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
    Parses and then inserts the specified HTML content into the HTML content currently being parsed.
  • Method Details

    • pushInputString

      void pushInputString(String html)
      INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
      Parses and then inserts the specified HTML content into the HTML content currently being parsed.
      Parameters:
      html - the HTML content to push