Lines Matching refs:TEXT_NODE
181 if child.nodeType == Node.TEXT_NODE:
333 Node.TEXT_NODE,
352 _child_node_types = (Node.TEXT_NODE, Node.ENTITY_REFERENCE_NODE)
674 Node.TEXT_NODE,
865 self.childNodes[0].nodeType == Node.TEXT_NODE):
1068 nodeType = Node.TEXT_NODE
1096 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
1103 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
1116 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
1126 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
1886 elif node.nodeType == Node.TEXT_NODE: