get_named_item_ns method

get_named_item_ns(namespace_uri, local_name)

Gets the attribute specified by local name and namespace URI.

Returns

The attribute with the namespace URI and local name.

def get_named_item_ns(self, namespace_uri, local_name):
    ...
Parameter Type Description
namespace_uri str The attribute namespace URI.
local_name str The attribute local name.

See Also