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

  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
dom.py 160 if hasattr(self.dom, '_child_node_types'):
161 if Node.TEXT_NODE not in self.dom._child_node_types:
162 self.dom._child_node_types = list(self.dom._child_node_types)
163 self.dom._child_node_types.append(Node.TEXT_NODE)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 316 milliseconds