get_attribute_node_ns method

get_attribute_node_ns

Retrieves an Attr node by local name and namespace URI.

Returns

Returns attribute

def get_attribute_node_ns(self, namespace_uri, local_name):
    ...
ParameterTypeDescription
namespace_uristrThe namespace URI.
local_namestrName of the local.

See Also