NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlNodeReader Properties

The properties of the XmlNodeReader class are listed below. For a complete list of XmlNodeReader class members, see the XmlNodeReader Members topic.

Public:

Context (inherited from XmlReader) The XML context with which this reader is associated.
HasAttr (inherited from XmlReader) Indicates whether any attributes are available to read.
Header (inherited from XmlReader) The XML header of the document being read.
ID (inherited from XmlReader) The identifier of the current node.
IsEmptyTag [To be supplied.]
IsWhitespace (inherited from XmlReader) Indicates whether the current text node consists of whitespace characters only.
Name (inherited from XmlReader) [To be supplied.]
Namespace (inherited from XmlReader) [To be supplied.]
NodeType (inherited from XmlReader) The type of the XML node that the reader is currently positioned on.
Text (inherited from XmlReader) The text associated with the current node.

See Also

XmlNodeReader Class | System.Xml Namespace