System::Xml::XmlReaderSettings::get_NameTable method

XmlReaderSettings::get_NameTable method

Returns the XmlNameTable used for atomized string comparisons.

SharedPtr<XmlNameTable> System::Xml::XmlReaderSettings::get_NameTable()

ReturnValue

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