XmlReader 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 XmlReader type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 AttributeCount When overridden in a derived class, gets the number of attributes on the current node.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 BaseURI When overridden in a derived class, gets the base URI of the current node.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CanReadBinaryContent Gets a value indicating whether the XmlReader implements the binary content read methods.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CanReadValueChunk Gets a value indicating whether the XmlReader implements the ReadValueChunk method.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CanResolveEntity Gets a value indicating whether this reader can parse and resolve entities.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Depth When overridden in a derived class, gets the depth of the current node in the XML document.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 EOF When overridden in a derived class, gets a value indicating whether the reader is positioned at the end of the stream.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 HasAttributes Gets a value indicating whether the current node has any attributes.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 HasValue When overridden in a derived class, gets a value indicating whether the current node can have a Value.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 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.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsEmptyElement When overridden in a derived class, gets a value indicating whether the current node is an empty element (for example, <MyElement/>).
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Item[Int32] When overridden in a derived class, gets the value of the attribute with the specified index.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Item[String] When overridden in a derived class, gets the value of the attribute with the specified Name.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Item[String, String] When overridden in a derived class, gets the value of the attribute with the specified LocalName and NamespaceURI.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 LocalName When overridden in a derived class, gets the local name of the current node.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Name When overridden in a derived class, gets the qualified name of the current node.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 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.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NameTable When overridden in a derived class, gets the XmlNameTable associated with this implementation.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NodeType When overridden in a derived class, gets the type of the current node.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Prefix When overridden in a derived class, gets the namespace prefix associated with the current node.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ReadState When overridden in a derived class, gets the state of the reader.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Settings Gets the XmlReaderSettings object used to create this XmlReader instance.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Value When overridden in a derived class, gets the text value of the current node.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ValueType Gets the common language runtime (CLR) type for the current node.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlLang When overridden in a derived class, gets the current xml:lang scope.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 XmlSpace When overridden in a derived class, gets the current xml:space scope.

Top