GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / SetXmlDocument Method
an XmlDocument loaded from the XmlReader by LoadDOM if UseDOM is true
In This Topic
    SetXmlDocument Method (GoXmlReader)
    In This Topic
    Only a subclass of a GoXmlReader can provide a value for the DOM.
    Syntax
    protected virtual void SetXmlDocument( 
       XmlDocument d
    )

    Parameters

    d
    an XmlDocument loaded from the XmlReader by LoadDOM if UseDOM is true
    See Also