Searched refs:DomElement (Results 1 – 1 of 1) sorted by relevance
302 def __init__(self, DomElement): argument303 self._initFromDom(DomElement)307 def _initFromDom(self, DomElement): argument308 self.name = DomElement.getAttribute("Name")405 def _initFromDom(self, DomElement): argument406 self.selectionCriterion = DomElement.getAttribute("SelectionCriterion")407 self.matchesWhen = DomElement.getAttribute("MatchesWhen")408 self.value = DomElement.getAttribute("Value")433 def _initFromDom(self, DomElement): argument435 type = DomElement.getAttribute("Type")[all …]