XmlTextReader Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| AttributeCount | Overridden. Gets the number of attributes on the current node. |
| BaseURI | Overridden. Gets the base URI of the current node. |
| CanReadBinaryContent | Overridden. Gets a value indicating whether the XmlTextReader implements the binary content read methods. |
| CanReadValueChunk | Overridden. Gets a value indicating whether the XmlTextReader implements the ReadValueChunk method. |
| CanResolveEntity | Overridden. Gets a value indicating whether this reader can parse and resolve entities. |
| Depth | Overridden. Gets the depth of the current node in the XML document. |
| Encoding | Gets the encoding of the document. |
| EntityHandling | Gets or sets a value that specifies how the reader handles entities. |
| EOF | Overridden. Gets a value indicating whether the reader is positioned at the end of the stream. |
| HasAttributes | Gets a value indicating whether the current node has any attributes. (Inherited from XmlReader.) |
| HasValue | Overridden. Gets a value indicating whether the current node can have a Value other than String.Empty. |
| IsDefault | Overridden. Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema. |
| IsEmptyElement | Overridden. Gets a value indicating whether the current node is an empty element (for example, <MyElement/>). |
| Item | Overloaded. When overridden in a derived class, gets the value of the attribute. (Inherited from XmlReader.) |
| LineNumber | Gets the current line number. |
| LinePosition | Gets the current line position. |
| LocalName | Overridden. Gets the local name of the current node. |
| Name | Overridden. Gets the qualified name of the current node. |
| Namespaces | Gets or sets a value indicating whether to do namespace support. |
| NamespaceURI | Overridden. Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned. |
| NameTable | Overridden. Gets the XmlNameTable associated with this implementation. |
| NodeType | Overridden. Gets the type of the current node. |
| Normalization | Gets or sets a value indicating whether to normalize white space and attribute values. |
| Prefix | Overridden. Gets the namespace prefix associated with the current node. |
| ProhibitDtd | Gets or sets a value indicating whether to allow DTD processing. |
| QuoteChar | Overridden. Gets the quotation mark character used to enclose the value of an attribute node. |
| ReadState | Overridden. Gets the state of the reader. |
| SchemaInfo | Gets the schema information that has been assigned to the current node as a result of schema validation. (Inherited from XmlReader.) |
| Settings | Overridden. Gets the XmlReaderSettings object used to create this XmlTextReader instance. |
| Value | Overridden. Gets the text value of the current node. |
| ValueType | Gets The Common Language Runtime (CLR) type for the current node. (Inherited from XmlReader.) |
| WhitespaceHandling | Gets or sets a value that specifies how white space is handled. |
| XmlLang | Overridden. Gets the current xml:lang scope. |
| XmlResolver | Sets the XmlResolver used for resolving DTD references. |
| XmlSpace | Overridden. Gets the current xml:space scope. |
Reference
XmlTextReader ClassSystem.Xml Namespace
Other Resources
XML Documents and DataSecurity and Your System.Xml Applications