Lines Matching refs:TEXT_NODE
180 if child.nodeType == Node.TEXT_NODE:
324 Node.TEXT_NODE,
342 _child_node_types = (Node.TEXT_NODE, Node.ENTITY_REFERENCE_NODE)
640 Node.TEXT_NODE,
809 self.childNodes[0].nodeType == Node.TEXT_NODE):
1018 nodeType = Node.TEXT_NODE
1046 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
1053 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
1066 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
1076 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
1841 elif node.nodeType == Node.TEXT_NODE: