buildDocument method

XmlDocument buildDocument()

Builds and returns the resulting XmlDocument; resets the builder to its initial empty state.

Implementation

XmlDocument buildDocument() => _build((builder) => builder.buildDocument());