get_NameTable()

XmlReader::get_NameTable() method

When overridden in a derived class, gets the XmlNameTable associated with this implementation.

virtual SharedPtr<XmlNameTable> System::Xml::XmlReader::get_NameTable()=0

Return Value

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

See Also