Northwoods.Go.Xml Assembly > Northwoods.Go.Xml Namespace > GoXmlWriter Class > Generate Method : Generate(TextWriter) Method |
TextWriter
to be written
'Declaration Public Overloads Sub Generate( _ ByVal destination As TextWriter _ )
public void Generate( TextWriter destination )
TextWriter
to be writtenThis 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
.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2