XPathNavigator::NameTable Property
When overridden in a derived class, gets the XmlNameTable of the XPathNavigator.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Xml::XmlNameTable^An XmlNameTable object enabling you to get the atomized version of a String within the XML document.
The XmlNameTable stores atomized strings of any local name, namespace URI, and prefix used by the XPathNavigator. This means that when the same Name is returned multiple times (like "book"), the same String object is returned for that Name. This makes it possible to write efficient code that does object comparisons on these strings, instead of expensive string comparisons.
Available since 1.1
Silverlight
Available since 4.0