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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void pushInputString​(java.lang.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.
    • Method Detail

      • pushInputString

        void pushInputString​(java.lang.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