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