Searched refs:tag_name (Results 1 – 1 of 1) sorted by relevance
28 def get_children_with_tag(parent, tag_name): argument32 child.tagName == tag_name:37 def find_child_with_attribute(element, tag_name, namespace_uri, argument39 for child in get_children_with_tag(element, tag_name):