XmlReader Properties |
The XmlReader type exposes the following members.
Name | Description | |
---|---|---|
AttributeCount |
When overridden in a derived class, gets the number of attributes on the
current node.
| |
IsEmptyElement |
When overridden in a derived class, gets a value indicating whether the current
node is an empty element (for example, ).
| |
LocalName |
When overridden in a derived class, gets the local name of the current node.
| |
Name |
When overridden in a derived class, gets the qualified name of the current
node.
| |
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.
| |
NameTable |
When overridden in a derived class, gets the System.Xml.XmlNameTable associated
with this implementation.
| |
NodeType |
When overridden in a derived class, gets the type of the current node.
| |
Value |
When overridden in a derived class, gets the text value of the current node.
|