Interface HtmlParser.Listener

  • Enclosing class:
    HtmlParser

    public static interface HtmlParser.Listener
    • Method Detail

      • foundText

        boolean foundText​(String text)
      • foundNote

        boolean foundNote​(String note)
      • foundProcessorInstruction

        boolean foundProcessorInstruction​(String pi)
      • foundTagClose

        boolean foundTagClose​(String name)