System.Xml.XmlNameTable Members

The members of System.Xml.XmlNameTable are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Xml.XmlNameTable class.

Public Methods

abstract
Add(string) : string

When overridden in a derived class, atomizes the specified string and adds it to the XmlNameTable.

abstract
Add(char[], int, int) : string

When overridden in a derived class, atomizes the specified string and adds it to the XmlNameTable.

abstract
Get(string) : string

When overridden in a derived class, gets the atomized string containing the same value as the specified string.

abstract
Get(char[], int, int) : string

When overridden in a derived class, gets the atomized string containing the same characters as the specified range of characters in the given array.