GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / ReaderNode Property
In This Topic
    ReaderNode Property (GoXmlReader)
    In This Topic
    Gets or sets the current XmlNode of the DOM that this reader is looking at.
    Syntax
    public XmlNode ReaderNode {get; set;}

    Property Value

    An XmlNode, or null if reading iteratively from the XmlReader because UseDOM is false or because no XmlDocument was supplied.
    Remarks
    This property needs to be maintained by implementations of ConsumeBody.
    See Also