Lines Matching defs:xml
18 """Utility to parse suite info from xml."""
21 import xml.dom.minidom
22 import xml.parsers
33 """Parses XML attributes common to all TestSuite's."""
45 """Populates common suite attributes from given suite xml element.
48 element: xml node to parse
101 """Parses instrumentation suite attributes from xml."""
103 # for legacy reasons, the xml tag name for java (device) tests is 'test'
112 """Creates suite and populate with data from xml element."""
128 """Parses native suite attributes from xml."""
133 """Creates suite and populate with data from xml element."""
140 """Parses host suite attributes from xml."""
150 """Creates suite and populate with data from xml element."""