public void Generate( Stream destination )
Parameters
- destination
- the
Stream
to be written
Stream
to be written
This calls, in order, GenerateInstructions, GenerateRootElement, GenerateRootAttributes, GenerateDefinitions, and GenerateObjects. The value of XmlDocument will be null, since no DOM is constructed.
This calls XmlWriter.Create
with the value of this.XmlWriterSettings
.