GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlTransformer Class / ReaderNode Property
In This Topic
    ReaderNode Property (GoXmlTransformer)
    In This Topic
    Get the Reader's ReaderNode, an XmlNode.
    Syntax
    public XmlNode ReaderNode {get; set;}
    Remarks
    This value is undefined (and should be null) when writing, or when reading and either UseDOM is false or the consuming process is not at a point where there would be an XmlNode that is being consumed.
    See Also