Searched refs:DomElement (Results 1 – 1 of 1) sorted by relevance
300 def __init__(self, DomElement): argument301 self._initFromDom(DomElement)305 def _initFromDom(self, DomElement): argument306 self.name = DomElement.getAttribute("Name")403 def _initFromDom(self, DomElement): argument404 self.selectionCriterion = DomElement.getAttribute("SelectionCriterion")405 self.matchesWhen = DomElement.getAttribute("MatchesWhen")406 self.value = DomElement.getAttribute("Value")431 def _initFromDom(self, DomElement): argument433 type = DomElement.getAttribute("Type")[all …]