get_elements_by_tag_name_ns method

get_elements_by_tag_name_ns

Returns a NodeList of all the Elements with a given local name and namespace URI in document order.

Returns

Returns nodes

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

See Also