The properties of the XmlTextReader class are listed below. For a complete list of XmlTextReader class members, see the XmlTextReader Members topic.
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.] |