text property

String get text

Returns the text of this node.

Implementation

String get text;
set text (String value)

Sets the text of this node.

Implementation

set text(String value);