XmlDictionaryReader Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The XmlDictionaryReader type exposes the following members.
| Name | Description | |
|---|---|---|
|
AttributeCount | When overridden in a derived class, gets the number of attributes on the current node. (Inherited from XmlReader.) |
|
BaseURI | When overridden in a derived class, gets the base URI of the current node. (Inherited from XmlReader.) |
|
CanCanonicalize | This property always returns false. Its derived classes can override to return true if they support canonicalization. |
|
CanReadBinaryContent | Gets a value indicating whether the XmlReader implements the binary content read methods. (Inherited from XmlReader.) |
|
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. (Inherited from XmlReader.) |
|
Depth | When overridden in a derived class, gets the depth of the current node in the XML document. (Inherited from XmlReader.) |
|
EOF | When overridden in a derived class, gets a value indicating whether the reader is positioned at the end of the stream. (Inherited from XmlReader.) |
|
HasAttributes | Gets a value indicating whether the current node has any attributes. (Inherited from XmlReader.) |
|
HasValue | When overridden in a derived class, gets a value indicating whether the current node can have a Value. (Inherited from XmlReader.) |
|
IsDefault | When overridden in a derived class, gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD. (Inherited from XmlReader.) |
|
IsEmptyElement | When overridden in a derived class, gets a value indicating whether the current node is an empty element (for example, <MyElement/>). (Inherited from XmlReader.) |
|
Item[Int32] | When overridden in a derived class, gets the value of the attribute with the specified index. (Inherited from XmlReader.) |
|
Item[String] | When overridden in a derived class, gets the value of the attribute with the specified Name. (Inherited from XmlReader.) |
|
Item[String, String] | When overridden in a derived class, gets the value of the attribute with the specified LocalName and NamespaceURI. (Inherited from XmlReader.) |
|
LocalName | When overridden in a derived class, gets the local name of the current node. (Inherited from XmlReader.) |
|
Name | When overridden in a derived class, gets the qualified name of the current node. (Inherited from XmlReader.) |
|
NamespaceURI | When overridden in a derived class, gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned. (Inherited from XmlReader.) |
|
NameTable | When overridden in a derived class, gets the XmlNameTable associated with this implementation. (Inherited from XmlReader.) |
|
NodeType | When overridden in a derived class, gets the type of the current node. (Inherited from XmlReader.) |
|
Prefix | When overridden in a derived class, gets the namespace prefix associated with the current node. (Inherited from XmlReader.) |
|
Quotas | Gets the quota values that apply to the current instance of this reader class. |
|
ReadState | When overridden in a derived class, gets the state of the reader. (Inherited from XmlReader.) |
|
Settings | Gets the XmlReaderSettings object used to create this XmlReader instance. (Inherited from XmlReader.) |
|
Value | When overridden in a derived class, gets the text value of the current node. (Inherited from XmlReader.) |
|
ValueType | Gets the common language runtime (CLR) type for the current node. (Inherited from XmlReader.) |
|
XmlLang | When overridden in a derived class, gets the current xml:lang scope. (Inherited from XmlReader.) |
|
XmlSpace | When overridden in a derived class, gets the current xml:space scope. (Inherited from XmlReader.) |
Show: