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