Mono Class Library: OverviewSystem.Xml.XmlNameTable: Members |
The members of System.Xml.XmlNameTable are listed below.
See Also: Inherited members from System.Object
Constructs a new instance of the System.Xml.XmlNameTable class.
abstractAdd(string) : string Adds the specified string to the table if a string instance with the same value does not already exist in the table. abstractAdd(char[], int, int) : string Adds 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. abstractGet(string) : string Looks up the value of the specified string in the table. abstractGet(char[], int, int) : string Looks up the string equivalent of a specified subset of a char array in the table.