Searched refs:tag_name (Results 1 – 1 of 1) sorted by relevance
26 def get_children_with_tag(parent, tag_name): argument30 child.tagName == tag_name:35 def find_child_with_attribute(element, tag_name, namespace_uri, argument37 for child in get_children_with_tag(element, tag_name):