toXmlString method

String toXmlString()

Implementation

String toXmlString() {
  return toXml().toXmlString();
}