GoDiagram Web Reference
Generate() Method

Construct an XmlDocument representing the Objects.
Syntax
'Declaration
 
Public Overloads Overridable Function Generate() As XmlDocument
public virtual XmlDocument Generate()

Return Value

a newly created XmlDocument
Remarks
This method creates an XmlDocument. This then calls, in order, GenerateRootElement, GenerateRootAttributes, GenerateDefinitions, and GenerateObjects. Note that this does not call GenerateInstructions. The value of XmlWriter is set to null, since no stream is used. 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