Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/tools/coverage/
Dcoverage.py300 def __init__(self, DomElement): argument
301 self._initFromDom(DomElement)
305 def _initFromDom(self, DomElement): argument
306 self.name = DomElement.getAttribute("Name")
403 def _initFromDom(self, DomElement): argument
404 self.selectionCriterion = DomElement.getAttribute("SelectionCriterion")
405 self.matchesWhen = DomElement.getAttribute("MatchesWhen")
406 self.value = DomElement.getAttribute("Value")
431 def _initFromDom(self, DomElement): argument
433 type = DomElement.getAttribute("Type")
[all …]