GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / Generate Method / Generate(XmlWriter) Method
the XmlWriter to be written
In This Topic
    Generate(XmlWriter) Method
    In This Topic
    Generate XML to an XmlWriter.
    Syntax
    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.
    See Also