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):
    ...
Parameter Type Description
namespace_uri str The attribute namespace URI.
local_name str The attribure local name.

See Also