Click or drag to resize
XmlNameTable Class
Table of atomized string objects.
Inheritance Hierarchy
SystemObject
  System.XmlXmlNameTable

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public abstract class XmlNameTable

The XmlNameTable type exposes the following members.

Constructors
  NameDescription
Protected methodXmlNameTable
Initializes a new instance of the System.Xml.XmlNameTable class.
Top
Methods
  NameDescription
Public methodAdd(String)
When overridden in a derived class, atomizes the specified string and adds it to the XmlNameTable.
Public methodAdd(Char, Int32, Int32)
When overridden in a derived class, atomizes the specified string and adds it to the XmlNameTable.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet(String)
When overridden in a derived class, gets the atomized string containing the same value as the specified string.
Public methodGet(Char, Int32, Int32)
When overridden in a derived class, gets the atomized string containing the same characters as the specified range of characters in the given array.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also