Lines Matching refs:stack
1676 stack = self._id_search_stack1677 if stack is None:1679 stack = [self.documentElement]1680 self._id_search_stack = stack1681 elif not stack:1687 while stack:1688 node = stack.pop()1689 # add child elements to stack for continued searching1690 stack.extend([child for child in node.childNodes