Textpublic interface Text implements HTMLComponentText objects are comments, processing instructions, text nodes, and
attributes. |
Methods Summary |
---|
public java.lang.String | getValue()Get the text value of this object. For comments, this is the text inside
the comment markers. For text nodes, this is just the text.
For attributes, this is the value.
| public void | setValue(java.lang.String value)Set the text value of this textual object. Previous text is lost.
|
|