Click or drag to resize
XmlReader Properties

The XmlReader type exposes the following members.

Properties
  NameDescription
Public propertyAttributeCount
When overridden in a derived class, gets the number of attributes on the current node.
Public propertyIsEmptyElement
When overridden in a derived class, gets a value indicating whether the current node is an empty element (for example, ).
Public propertyLocalName
When overridden in a derived class, gets the local name of the current node.
Public propertyName
When overridden in a derived class, gets the qualified name of the current node.
Public propertyNamespaceURI
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 propertyNameTable
When overridden in a derived class, gets the System.Xml.XmlNameTable associated with this implementation.
Public propertyNodeType
When overridden in a derived class, gets the type of the current node.
Public propertyValue
When overridden in a derived class, gets the text value of the current node.
Top
See Also