toString method

  1. @override
String toString()
override

Compute and return the preety XML string representation of the node.

Implementation

@override
String toString() {
  compute();
  return toXmlString(pretty: true);
}