Compute and return the preety XML string representation of the node.
@override String toString() { compute(); return toXmlString(pretty: true); }