RemoveNamespace()
XmlNamespaceManager::RemoveNamespace(String, String) method
Removes the given namespace for the given prefix.
virtual void System::Xml::XmlNamespaceManager::RemoveNamespace(String prefix, String uri)
Arguments
| 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.Slides