The
methods
of System.Xml.NameTable are listed below. For a list of all members, see the NameTable Members list.
See Also: Inherited members from System.Xml.XmlNameTable
Public Methods
override | Add(string) : string
Atomizes the specified string and adds it to the NameTable.
|
override | Add(char[], int, int) : string
Atomizes the specified string and adds it to the NameTable.
|
override | Get(string) : string
Gets the atomized string with the specified value.
|
override | Get(char[], int, int) : string
Gets the atomized string containing the same characters as the specified range of characters in the given array.
|