Class Text

  • All Implemented Interfaces:
    Content

    public final class Text
    extends Object
    implements Content
    Text is a model class for text content in a HTML document. HTML entities are not part of the text model. The length of a text is being determined by the number of characters in the string that makes up the text.
    Author:
    cybercon <bndly@cybercon.de>