Package org.bndly.common.html
Class Text
- java.lang.Object
-
- org.bndly.common.html.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>
-
-
Constructor Summary
Constructors Constructor Description Text(ContentContainer parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentContainergetParent()StringgetValue()voidsetValue(String value)
-
-
-
Constructor Detail
-
Text
public Text(ContentContainer parent)
-
-
Method Detail
-
getParent
public final ContentContainer getParent()
-
getValue
public final String getValue()
-
setValue
public final void setValue(String value)
-
-