XmlDictionaryReader Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The XmlDictionaryReader type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone AttributeCount When overridden in a derived class, gets the number of attributes on the current node. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone BaseURI When overridden in a derived class, gets the base URI of the current node. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone CanCanonicalize This property always returns false. Its derived classes can override to return true if they support canonicalization.
Public propertySupported by Silverlight for Windows Phone CanReadBinaryContent Gets a value indicating whether the XmlReader implements the binary content read methods. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone CanReadValueChunk Gets a value indicating whether the XmlReader implements the ReadValueChunk method. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone CanResolveEntity Gets a value indicating whether this reader can parse and resolve entities. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone Depth When overridden in a derived class, gets the depth of the current node in the XML document. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone 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.)
Public propertySupported by Silverlight for Windows Phone HasAttributes Gets a value indicating whether the current node has any attributes. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone HasValue When overridden in a derived class, gets a value indicating whether the current node can have a Value. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone 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.)
Public propertySupported by Silverlight for Windows Phone 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.)
Public propertySupported by Silverlight for Windows Phone Item[Int32] When overridden in a derived class, gets the value of the attribute with the specified index. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone Item[String] When overridden in a derived class, gets the value of the attribute with the specified Name. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone Item[String, String] When overridden in a derived class, gets the value of the attribute with the specified LocalName and NamespaceURI. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone LocalName When overridden in a derived class, gets the local name of the current node. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone Name When overridden in a derived class, gets the qualified name of the current node. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone 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.)
Public propertySupported by Silverlight for Windows Phone NameTable When overridden in a derived class, gets the XmlNameTable associated with this implementation. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone NodeType When overridden in a derived class, gets the type of the current node. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone Prefix When overridden in a derived class, gets the namespace prefix associated with the current node. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone Quotas Gets the quota values that apply to the current instance of this reader class.
Public propertySupported by Silverlight for Windows Phone ReadState When overridden in a derived class, gets the state of the reader. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone Settings Gets the XmlReaderSettings object used to create this XmlReader instance. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone Value When overridden in a derived class, gets the text value of the current node. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone ValueType Gets the common language runtime (CLR) type for the current node. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone XmlLang When overridden in a derived class, gets the current xml:lang scope. (Inherited from XmlReader.)
Public propertySupported by Silverlight for Windows Phone XmlSpace When overridden in a derived class, gets the current xml:space scope. (Inherited from XmlReader.)

Top