is_default_namespace method
is_default_namespace
This method checks if the specified namespaceURI is the default namespace or not.
Returns
true if [is default namespace] [the specified namespace URI]; otherwise, false.
def is_default_namespace(self, namespace_uri):
    ...
| Parameter | Type | Description | 
|---|---|---|
| namespace_uri | str | The namespace URI. | 
See Also
- module aspose.html
- class HTMLAreaElement