The members of System.Xml.NameTable are listed below.
See Also: Inherited members from System.Xml.XmlNameTable
Public Constructors
| |
Initializes a new instance of the NameTable class.
|
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.
|