StaticContextSettings.NameTable PropertyStaticContextSettings.NameTable PropertyStaticContextSettings::NameTable Property

Gets the XmlNameTableXmlNameTableXmlNameTable to be used for atomized string comparisons.

Syntax

Public ReadOnly Property NameTable As System.Xml.XmlNameTable
        Get
public System.Xml.XmlNameTable NameTable { get; }
public:
property System.Xml::XmlNameTable^ NameTable {
    System.Xml::XmlNameTable^ get();
}
 

Property Value

Type: System.Xml.XmlNameTableSystem.Xml.XmlNameTableSystem.Xml::XmlNameTable^

The XmlNameTableXmlNameTableXmlNameTable that stores all the atomized strings used statically in queries or transformations which use this StaticContextSettingsStaticContextSettingsStaticContextSettings object.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionNameTableNameTableNameTable was set to null a null reference (Nothing in Visual Basic) nullptr.

Remarks

All data sources, such as XPathNavigatorXPathNavigatorXPathNavigator instances passed as query parameters or XmlReaderXmlReaderXmlReader instance used to read input documents MUST use this XmlNameTableXmlNameTableXmlNameTable.