System.Xml.XmlNameTable: Method Members

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

See Also: Inherited members from System.Object

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.