GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / LoadDOM Method
In This Topic
    LoadDOM Method
    In This Topic
    This method constructs and loads an XmlDocument from the XmlReader if UseDOM is true.
    Syntax
    protected virtual void LoadDOM()
    Remarks
    If this does load a XmlDocument from the XmlReader, it sets the XmlReader property to null afterwards, and sets the XmlDocument property to that new XmlDocument. You probably do not need to override this method.
    See Also