XmlNodeReader Properties
.NET Framework 3.5
The XmlNodeReader type exposes the following members.
| Name | Description | |
|---|---|---|
|
AttributeCount | Gets the number of attributes on the current node. (Overrides XmlReader.AttributeCount.) |
|
BaseURI | Gets the base URI of the current node. (Overrides XmlReader.BaseURI.) |
|
CanReadBinaryContent | Gets a value indicating whether the XmlNodeReader implements the binary content read methods. (Overrides XmlReader.CanReadBinaryContent.) |
|
CanReadValueChunk | Gets a value indicating whether the XmlReader implements the ReadValueChunk method. (Inherited from XmlReader.) |
|
CanResolveEntity |
Gets a value indicating whether this reader can parse and resolve entities. (Overrides XmlReader.CanResolveEntity.) In .NET Compact Framework 3.5, this member is inherited from XmlReader.CanResolveEntity. In XNA Framework 3.0, this member is inherited from XmlReader.CanResolveEntity. |
|
Depth | Gets the depth of the current node in the XML document. (Overrides XmlReader.Depth.) |
|
EOF | Gets a value indicating whether the reader is positioned at the end of the stream. (Overrides XmlReader.EOF.) |
|
HasAttributes | Gets a value indicating whether the current node has any attributes. (Overrides XmlReader.HasAttributes.) |
|
HasValue | Gets a value indicating whether the current node can have a Value. (Overrides XmlReader.HasValue.) |
|
IsDefault | Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the document type definition (DTD) or schema. (Overrides XmlReader.IsDefault.) |
|
IsEmptyElement | Gets a value indicating whether the current node is an empty element (for example, <MyElement/>). (Overrides XmlReader.IsEmptyElement.) |
|
Item | Overloaded. Gets the value of the specified attribute. |
|
LocalName | Gets the local name of the current node. (Overrides XmlReader.LocalName.) |
|
Name | Gets the qualified name of the current node. (Overrides XmlReader.Name.) |
|
NamespaceURI | Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned. (Overrides XmlReader.NamespaceURI.) |
|
NameTable | Gets the XmlNameTable associated with this implementation. (Overrides XmlReader.NameTable.) |
|
NodeType | Gets the type of the current node. (Overrides XmlReader.NodeType.) |
|
Prefix | Gets the namespace prefix associated with the current node. (Overrides XmlReader.Prefix.) |
|
QuoteChar | When overridden in a derived class, gets the quotation mark character used to enclose the value of an attribute node. (Inherited from XmlReader.) |
|
ReadState | Gets the state of the reader. (Overrides XmlReader.ReadState.) |
|
SchemaInfo | Gets the schema information that has been assigned to the current node. (Overrides XmlReader.SchemaInfo.) |
|
Settings | Gets the XmlReaderSettings object used to create this XmlReader instance. (Inherited from XmlReader.) |
|
Value | Gets the text value of the current node. (Overrides XmlReader.Value.) |
|
ValueType | Gets The Common Language Runtime (CLR) type for the current node. (Inherited from XmlReader.) |
|
XmlLang | Gets the current xml:lang scope. (Overrides XmlReader.XmlLang.) |
|
XmlSpace | Gets the current xml:space scope. (Overrides XmlReader.XmlSpace.) |