buildDocument method
Builds and returns the resulting XmlDocument; resets the builder to its initial empty state.
Implementation
XmlDocument buildDocument() => _build((builder) => builder.buildDocument());
Builds and returns the resulting XmlDocument; resets the builder to its initial empty state.
XmlDocument buildDocument() => _build((builder) => builder.buildDocument());