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!

XmlReader Properties

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

Public:

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

See Also

XmlReader Class | System.Xml Namespace