Lines Matching refs:DomElement
300 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")
504 def __init__(self, DomElement): argument
505 super().__init__(DomElement)