GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace
/
GoXmlReader Class
/ XmlDocument Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
XmlDocument Property (GoXmlReader)
In This Topic
Gets the
XmlDocument
that was loaded from the stream/file.
Syntax
C#
public
XmlDocument
XmlDocument {
get
;}
Remarks
This value is supplied by a call to
Consume(XmlDocument)
, or it is created by a call to
Consume(XmlReader)
if
UseDOM
is true.
See Also
Reference
GoXmlReader Class
GoXmlReader Members