HomeSort by relevance Sort by last modified time
    Searched refs:_nodeTypes_with_children (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 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:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 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:
    [all...]

Completed in 52 milliseconds