Home
last modified time | relevance | path

Searched refs:DomElement (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/upstream/tools/coverage/
Dcoverage.py302 def __init__(self, DomElement): argument
303 self._initFromDom(DomElement)
307 def _initFromDom(self, DomElement): argument
308 self.name = DomElement.getAttribute("Name")
405 def _initFromDom(self, DomElement): argument
406 self.selectionCriterion = DomElement.getAttribute("SelectionCriterion")
407 self.matchesWhen = DomElement.getAttribute("MatchesWhen")
408 self.value = DomElement.getAttribute("Value")
433 def _initFromDom(self, DomElement): argument
435 type = DomElement.getAttribute("Type")
[all …]