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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 86 if newChild.nodeType not in self._child_node_types:
118 if node.nodeType not in self._child_node_types:
134 if newChild.nodeType not in self._child_node_types:
323 _child_node_types = (Node.ELEMENT_NODE, variable in class:DocumentFragment
342 _child_node_types = (Node.TEXT_NODE, Node.ENTITY_REFERENCE_NODE) variable in class:Attr
640 _child_node_types = (Node.ELEMENT_NODE, variable in class:Element
1478 _child_node_types = (Node.ELEMENT_NODE, Node.PROCESSING_INSTRUCTION_NODE, variable in class:Document
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 86 if newChild.nodeType not in self._child_node_types:
118 if node.nodeType not in self._child_node_types:
134 if newChild.nodeType not in self._child_node_types:
323 _child_node_types = (Node.ELEMENT_NODE, variable in class:DocumentFragment
342 _child_node_types = (Node.TEXT_NODE, Node.ENTITY_REFERENCE_NODE) variable in class:Attr
640 _child_node_types = (Node.ELEMENT_NODE, variable in class:Element
1478 _child_node_types = (Node.ELEMENT_NODE, Node.PROCESSING_INSTRUCTION_NODE, variable in class:Document
    [all...]

Completed in 29 milliseconds