The members of System.Xml.NameTable are listed below.
See Also: Inherited members from System.Xml.XmlNameTable
Public Constructors
Public Methods
override | Add(string) : string Adds the specified string to the table if a string
instance with the same value does not already exist in the table. |
override | Add(char[], int, int) : stringAdds the string equivalent of a specified subset of a
char array to the table if the string equivalent does not already exist in the
table. |
override | Get(string) : stringLooks up the value of the specified string in the table. |
override | Get(char[], int, int) : stringLooks up the string equivalent to a specified subset of a
char array in the table. |