Searched refs:eComponent (Results 1 – 1 of 1) sorted by relevance
243 def addComponent(self, eComponent): argument244 if eComponent.tag == 'require':247 assert eComponent.tag == 'remove'253 for typeName in eComponent.xpath('type/@name'):255 for enumName in eComponent.xpath('enum/@name'):257 for commandName in eComponent.xpath('command/@name'):261 for eComponent in elem.xpath('require|remove'):262 cApi = eComponent.get('api')263 cProfile = eComponent.get('profile')264 if (matchApi(api, eComponent.get('api')) and[all …]