Class ProxyContent

  • All Implemented Interfaces:
    Content

    public final class ProxyContent
    extends Object
    implements Content
    The proxy content serves as a wrapper for HTML content. For example when parsing a HTML document it might be unclear what kind of content is being parsed (regular tag or self closing tag). In order to be able to provide a reference, this proxy object can be given to other instances.
    Author:
    cybercon <bndly@cybercon.de>