Searched refs:xmltree (Results 1 – 1 of 1) sorted by relevance
117 def AddOrUpdateValue(self, xmltree, tag, resource_name, resource_value): argument118 root = xmltree.getroot()194 xmltree = xmltrees[modifier]195 self.AddOrUpdateValue(xmltree, tag, resource_name, value)198 for modifier, xmltree in xmltrees.items():205 xml = et.tostring(xmltree.getroot(), pretty_print=True).decode("utf-8")