System::Xml::XmlNamespaceManager::RemoveNamespace method
XmlNamespaceManager::RemoveNamespace method
Removes the given namespace for the given prefix.
virtual void System::Xml::XmlNamespaceManager::RemoveNamespace(String prefix, String uri)
Parameter | Type | Description |
---|---|---|
prefix | String | The prefix for the namespace. |
uri | String | The namespace to remove for the given prefix. The namespace removed is from the current namespace scope. Namespaces outside the current scope are ignored. |
See Also
- Class String
- Class XmlNamespaceManager
- Namespace System::Xml
- Library Aspose.PDF for C++