get_prefix_by_namespace_uri method

get_prefix_by_namespace_uri

Returns prefix by namespace URI.

Returns

The value of prefix.

def get_prefix_by_namespace_uri(self, namespace_uri):
    ...
ParameterTypeDescription
namespace_uristrNamespace URI.

See Also