GoDiagram Web Reference
XmlReader Property (GoXmlReader)

Gets the XmlReader used to actually read XML from the input stream.
Syntax
'Declaration
 
Public ReadOnly Property XmlReader As XmlReader
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlReader Class
GoXmlReader Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback