System::Xml::XmlNodeReader::get_NameTable method

XmlNodeReader::get_NameTable method

Returns the XmlNameTable associated with this implementation.

SharedPtr<XmlNameTable> System::Xml::XmlNodeReader::get_NameTable() override

ReturnValue

The XmlNameTable enabling you to get the atomized version of a string within the node.

See Also