Mono Class Library: Overview

System.Xml.XmlNameTable: Method Members

The methods of System.Xml.XmlNameTable are listed below. For a list of all members, see the XmlNameTable Members list.

See Also: Inherited members from System.Object

Public Methods

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