toXml method
XmlDocument
toXml(
- XmlBuilder builder
Implementation
XmlDocument toXml(XmlBuilder builder) {
builder.declaration(encoding: 'UTF-8');
buildXml(builder);
return builder.buildDocument();
}