Return the concatenated text of this node and all its descendants, for XmlData nodes return the textual value of the node.
@override String get text => innerText;