build method
Builds and returns the resulting XmlNode; resets the builder to its initial empty state.
Implementation
@Deprecated('Use buildDocument() or buildFragment() instead')
XmlNode build() => buildDocument();
Builds and returns the resulting XmlNode; resets the builder to its initial empty state.
@Deprecated('Use buildDocument() or buildFragment() instead')
XmlNode build() => buildDocument();