Searched refs:eComponent (Results 1 – 1 of 1) sorted by relevance
244 def addComponent(self, eComponent): argument245 if eComponent.tag == 'require':248 assert eComponent.tag == 'remove'254 for typeName in eComponent.xpath('type/@name'):256 for enumName in eComponent.xpath('enum/@name'):258 for commandName in eComponent.xpath('command/@name'):262 for eComponent in elem.xpath('require|remove'):263 cApi = eComponent.get('api')264 cProfile = eComponent.get('profile')265 if (matchApi(api, eComponent.get('api')) and[all …]