HasNamespace()
XmlNamespaceManager::HasNamespace(String) method
Returns a value indicating whether the supplied prefix has a namespace defined for the current pushed scope.
virtual bool System::Xml::XmlNamespaceManager::HasNamespace(String prefix)
Arguments
Parameter | Type | Description |
---|---|---|
prefix | String | The prefix of the namespace you want to find. |
Return Value
true if there is a namespace defined; otherwise, false.
See Also
- Class String
- Class XmlNamespaceManager
- Namespace System::Xml
- Library Aspose.Slides