GoDiagram Web Reference
ReaderNode Property (GoXmlReader)

Gets or sets the current XmlNode of the DOM that this reader is looking at.
Syntax
'Declaration
 
Public Property ReaderNode As XmlNode
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.
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