Interface Content

  • All Known Subinterfaces:
    ContentContainer, HTML
    All Known Implementing Classes:
    AbstractTag, Comment, Entity, ProxyContent, SelfClosingTag, Tag, Text

    public interface Content
    Content is a marker interface for all model classes that get build while parsing a HTML document. Content can be tags, text or HTML entities. For convenience there is also proxy content, to wrap content while parsing HTML.
    Author:
    cybercon <bndly@cybercon.de>