remove_named_item_ns method

remove_named_item_ns(namespace_uri, local_name)

Removes a attribute specified by local name and namespace URI.

Returns

The removed attribute.

def remove_named_item_ns(self, namespace_uri, local_name):
    ...
ParameterTypeDescription
namespace_uristrThe attribute namespace URI.
local_namestrThe attribure local name.

See Also