text property

String text

Returns the text of this node.

Implementation

String get text;
void text=(String value)

Sets the text of this node.

Implementation

set text(String value);