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):
    ...
ParameterTypeDescription
namespace_uristrThe namespace URI.

See Also