System::Xml::XmlNameTable class
Contents
[
Hide
]XmlNameTable class
Table of atomized string objects.
class XmlNameTable : public System::Object
Methods
| Method | Description | 
|---|---|
| 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
| Typedef | Description | 
|---|---|
| Ptr | An alias for shared pointer to an instance of this class. | 
See Also
- Class Object
 - Namespace System::Xml
 - Library Aspose.Font for C++