Home | History | Annotate | Download | only in test_defs

Lines Matching refs:element

45   def Parse(self, element):
46 """Populates common suite attributes from given suite xml element.
49 element: xml node to parse
56 if element.nodeName == InstrumentationParser.TAG_NAME:
58 elif element.nodeName == NativeParser.TAG_NAME:
60 elif element.nodeName == HostParser.TAG_NAME:
63 logger.Log('Unrecognized tag %s found' % element.nodeName)
65 test_suite = parser.Parse(element)
118 """Creates suite and populate with data from xml element."""
139 """Creates suite and populate with data from xml element."""
156 """Creates suite and populate with data from xml element."""