GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace
/
GoXmlReader Class
/ XmlReader Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
XmlReader Property (GoXmlReader)
In This Topic
Gets the
XmlReader
used to actually read XML from the input stream.
Syntax
C#
public
XmlReader
XmlReader {
get
;}
Remarks
The value is constructed and initialized during XML generation, and is automatically closed afterwards. If
UseDOM
is true,
LoadDOM
will just load the whole DOM (available as the
XmlDocument
property), close the stream, and set this property to null.
See Also
Reference
GoXmlReader Class
GoXmlReader Members