Lines Matching refs:ElementTree
31 import xml.etree.cElementTree as ElementTree namespace
278 doc.insert(0, ElementTree.Comment(mustpass.project.copyright))
279 doc.insert(1, ElementTree.Comment(GENERATED_FILE_WARNING))
282 uglyString = ElementTree.tostring(doc, 'utf-8')
287 mustpassElem = ElementTree.Element("Mustpass", version = mustpass.version)
291 packageElem = ElementTree.SubElement(mustpassElem, "TestPackage", name = package.module.name)
294 configElem = ElementTree.SubElement(packageElem, "Configuration",
302 ElementTree.SubElement(parent, "option", name=optionName, value=optionValue)
306 configElement = ElementTree.Element("configuration")
309 …ElementTree.SubElement(configElement, "option", name="config-descriptor:metadata", key="component"…
313 testElement = ElementTree.SubElement(configElement, "test")