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!

XmlTextReader Properties

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

Public:

Context (inherited from XmlReader) The XML context with which this reader is associated.
DocumentFragment Indicates that this reader is used to read a fragment of a document.
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 [To be supplied.]
LineNum [To be supplied.]
LinePos [To be supplied.]
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.
NormalizeText Enables or disables normalization of text content.
Text [To be supplied.]

See Also

XmlTextReader Class | System.Xml Namespace