GoDiagram Web Reference
Generate(TextWriter) Method

the TextWriter to be written
Start an XmlWriter and generate XML.
Syntax
'Declaration
 
Public Overloads Sub Generate( _
   ByVal destination As TextWriter _
) 
public void Generate( 
   TextWriter destination
)

Parameters

destination
the TextWriter to be written
Remarks

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.

Requirements

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

See Also

Reference

GoXmlWriter Class
GoXmlWriter Members
Overload List

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback