Home | History | Annotate | Download | only in dom

Lines Matching defs:TEXT_NODE

38 TEXT_NODE = Node.TEXT_NODE
283 elif childNodes and childNodes[-1].nodeType == TEXT_NODE:
298 if childNodes and childNodes[-1].nodeType == TEXT_NODE:
425 if child.nodeType == TEXT_NODE and not child.data.strip():
508 Node.TEXT_NODE: NodeFilter.SHOW_TEXT,