Node.IsDefaultNamespace
Node.IsDefaultNamespace method
This method checks if the specified namespaceURI is the default namespace or not.
public bool IsDefaultNamespace(string namespaceURI)
Parameter | Type | Description |
---|---|---|
namespaceURI | String | The namespace URI. |
Return Value
true
if [is default namespace] [the specified namespace URI]; otherwise, false
.
See Also
- class Node
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG