GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / Generate Method / Generate() Method
In This Topic
    Generate() Method
    In This Topic
    Construct an XmlDocument representing the Objects.
    Syntax
    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.
    See Also