Mono Class Library: System.Xml.XmlReader Overview | Members

System.Xml.XmlReader.NameTable Property

Gets the name table used by the current instance to store and look up element and attribute names, prefixes, and namespaces. [Edit]

public abstract XmlNameTable NameTable { get; }

Value

The System.Xml.XmlNameTable used by the current instance. [Edit]

Remarks

Operation

Element and attribute names, prefixes, and namespaces are stored as individual string objects when a document is read.

This property is read-only.

Note to Inheritors
This property must be overridden in order to provide the functionality described above, as there is no default implementation.

[Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0