Text class

A Text object represents an XML text node.

Text inherits from the Node class, so all functions defined for Node can be used with Text.

Text content

getValue( ) : String

Returns the text content of this node.