get_attribute_ns method

get_attribute_ns(namespace_uri, local_name)

Gets an attribute value by local name and namespace URI.

Returns

The attribute value.

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

See Also