Mono Class Library: Overview

System.Xml.XmlReader: Property Members

The properties of System.Xml.XmlReader are listed below. For a list of all members, see the XmlReader Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
abstract
AttributeCountint. Gets the number of attributes on the current node.
[read-only]
abstract
BaseURIstring. Gets the base Uniform Resource Identifier (URI) of the current node.
[read-only]
CanReadBinaryContentbool. Documentation for this section has not yet been entered.
[read-only]
CanReadValueChunkbool. Documentation for this section has not yet been entered.
[read-only]
CanResolveEntitybool. Gets a value indicating whether this reader can parse and resolve entities.
[read-only]
abstract
Depthint. Gets the depth of the current node in the XML document.
[read-only]
abstract
EOFbool. Gets a value indicating whether the XmlReader.ReadState is ReadState.EndOfFile, signifying the reader is positioned at the end of the stream.
[read-only]
HasAttributesbool. Gets a value indicating whether the current node has any attributes.
[read-only]
abstract
HasValuebool. Gets a value indicating whether the current node can have an associated text value.
[read-only]
IsDefaultbool. Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema.
[read-only]
abstract
IsEmptyElementbool. Gets a value indicating whether the current node is an empty element (for example, <MyElement />).
[read-only]
default property
Item(int)string. Retrieves the value of the attribute with the specified index relative to the containing element.
[read-only]
default property
Item(string)string. Retrieves the value of the attribute with the specified qualified name.
[read-only]
default property
Item(string, string)string. Retrieves the value of the attribute with the specified local name and namespace URI.
[read-only]
abstract
LocalNamestring. Gets the local name of the current node.
[read-only]
Namestring. Gets the qualified name of the current node.
[read-only]
abstract
NamespaceURIstring. Gets the namespace URI associated with the node on which the reader is positioned.
[read-only]
abstract
NameTableXmlNameTable. Gets the name table used by the current instance to store and look up element and attribute names, prefixes, and namespaces.
[read-only]
abstract
NodeTypeXmlNodeType. Gets the type of the current node.
[read-only]
abstract
Prefixstring. Gets the namespace prefix associated with the current node.
[read-only]
QuoteCharchar. Gets the quotation mark character used to enclose the value of an attribute.
[read-only]
abstract
ReadStateReadState. Gets the read state of the reader.
[read-only]
SchemaInfoSystem.Xml.Schema.IXmlSchemaInfo. Documentation for this section has not yet been entered.
[read-only]
SettingsXmlReaderSettings. Documentation for this section has not yet been entered.
[read-only]
abstract
Valuestring. Gets the text value of the current node.
[read-only]
ValueTypeType. Documentation for this section has not yet been entered.
[read-only]
XmlLangstring. Gets the current xml:lang scope.
[read-only]
XmlSpaceXmlSpace. Gets the current xml:space scope.