text

text(): String;

The text method of the JadeXMLElement class returns the text content of the receiver element. The returned text is the value of the textData property if the element has no children or it is the concatenated text of all immediate JadeXMLText and JadeXMLCDATA child nodes.