When overridden in a derived class, gets the System.Xml.XmlNameTable associated with this implementation.
The System.Xml.XmlNameTable used by the current instance.
All node and attribute names returned from System.Xml.XmlReader are atomized using the NameTable. When the same name is returned multiple times (for example, Customer), then the same String object will be returned for that name. This makes it possible for you to write efficient code that does object comparisons on these strings instead of expensive string comparisons.