System::Xml::XmlNamespaceManager::XmlNamespaceManager constructor

XmlNamespaceManager::XmlNamespaceManager constructor

Initializes a new instance of the XmlNamespaceManager class with the specified XmlNameTable.

System::Xml::XmlNamespaceManager::XmlNamespaceManager(const SharedPtr<XmlNameTable> &nameTable)
ParameterTypeDescription
nameTableconst SharedPtr<XmlNameTable>&The XmlNameTable to use.

See Also