Mono Class Library: Overview

System.Xml.NameTable: Members

The members of System.Xml.NameTable are listed below.

See Also: Inherited members from System.Xml.XmlNameTable

Public Constructors

Constructs and initializes a new instance of the System.Xml.NameTable class.

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) : 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.
override
Get(string) : string
Looks up the value of the specified string in the table.
override
Get(char[], int, int) : string
Looks up the string equivalent to a specified subset of a char array in the table.