GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / SetXmlDocument Method
the XmlDocument being constructed by Generate when there is no XmlWriter
In This Topic
    SetXmlDocument Method (GoXmlWriter)
    In This Topic
    Only a subclass of a GoXmlWriter can provide a value for the DOM.
    Syntax
    protected virtual void SetXmlDocument( 
       XmlDocument d
    )

    Parameters

    d
    the XmlDocument being constructed by Generate when there is no XmlWriter
    See Also