get_NameTable()

XPathNavigator::get_NameTable() method

When overridden in a derived class, gets the XmlNameTable of the XPathNavigator.

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

Return Value

An XmlNameTable object enabling you to get the atomized version of a String within the XML document.

See Also