XmlReaderSettings.NameTable Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the XmlNameTable used for atomized string comparisons.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Xml.XmlNameTableThe XmlNameTable that stores all the atomized strings used by all XmlReader instances created using this XmlReaderSettings object.
The default is Nothing. The created XmlReader instance will use a new empty NameTable if this value is Nothing.
Set this property to an XmlNameTable instance if you want to share a common name table among all the created XmlReader instances.
Show:
Note: