Interface HTMLTagProcessor


@Deprecated public interface HTMLTagProcessor
Deprecated.
since 5.5.2
Interface that needs to be implemented by every tag that is supported by HTMLWorker.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Implement this class to tell the HTMLWorker what to do when an close tag is encountered.
    void
    startElement(HTMLWorker worker, String tag, Map<String,String> attrs)
    Deprecated.
    Implement this class to tell the HTMLWorker what to do when an open tag is encountered.