System::Xml::XmlNameTable 类
XmlNameTable class
原子化字符串对象表。
class XmlNameTable : public System::Object
方法
| 方法 | 描述 |
|---|---|
| virtual Add(const ArrayPtr<char16_t>&, int32_t, int32_t) | 在派生类中重写时,会对指定的字符串进行原子化并将其添加到 XmlNameTable。 |
| virtual Add(const String&) | 在派生类中重写时,会对指定的字符串进行原子化并将其添加到 XmlNameTable。 |
| virtual Get(const ArrayPtr<char16_t>&, int32_t, int32_t) | 在派生类中重写时,获取包含给定数组中指定字符范围的相同字符的原子化字符串。 |
| virtual Get(const String&) | 在派生类中重写时,获取与指定字符串具有相同值的原子化字符串。 |
Typedefs
| 类型定义 | 描述 |
|---|---|
| Ptr | 此类实例的共享指针别名。 |
另见
- Class Object
- Namespace System::Xml
- Library Aspose.Font for C++