Home | History | Annotate | Download | only in dom

Lines Matching refs:_nodeTypes_with_children

29 _nodeTypes_with_children = (xml.dom.Node.ELEMENT_NODE,
98 if newChild.nodeType in _nodeTypes_with_children:
121 elif node.nodeType in _nodeTypes_with_children:
148 if (newChild.nodeType in _nodeTypes_with_children
149 or oldChild.nodeType in _nodeTypes_with_children):
171 if oldChild.nodeType in _nodeTypes_with_children:
1691 if child.nodeType in _nodeTypes_with_children])