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):
    ...
ParameterTypeDescription
namespace_uristrThe attribute namespace URI.
local_namestrThe attribute local name.

See Also