get_NameTable()
XmlReaderSettings::get_NameTable() method
Returns the XmlNameTable used for atomized string comparisons.
SharedPtr<XmlNameTable> System::Xml::XmlReaderSettings::get_NameTable()
Return Value
The XmlNameTable that stores all the atomized strings used by all XmlReader instances created using this XmlReaderSettings object. The default is nullptr. The created XmlReader instance will use a new empty NameTable if this value is nullptr.
See Also
- Typedef SharedPtr
- Class XmlNameTable
- Class XmlReaderSettings
- Namespace System::Xml
- Library Aspose.Slides