GoDiagram Web Reference
Generate(XmlWriter) Method

the XmlWriter to be written
Generate XML to an XmlWriter.
Syntax
'Declaration
 
Public Overloads Overridable Sub Generate( _
   ByVal destination As XmlWriter _
) 
public virtual void Generate( 
   XmlWriter destination
)

Parameters

destination
the XmlWriter 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. You probably do not need to override this method.
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