System::Xml::XmlNameTable class

XmlNameTable class

Table of atomized string objects.

class XmlNameTable : public System::Object

Methods

MethodDescription
virtual Add(const ArrayPtr<char16_t>&, int32_t, int32_t)When overridden in a derived class, atomizes the specified string and adds it to the XmlNameTable.
virtual Add(const String&)When overridden in a derived class, atomizes the specified string and adds it to the XmlNameTable.
virtual Get(const ArrayPtr<char16_t>&, int32_t, int32_t)When overridden in a derived class, gets the atomized string containing the same characters as the specified range of characters in the given array.
virtual Get(const String&)When overridden in a derived class, gets the atomized string containing the same value as the specified string.

Typedefs

TypedefDescription
PtrAn alias for shared pointer to an instance of this class.

See Also