Home
last modified time | relevance | path

Searched refs:TEXT_NODE (Results 1 - 12 of 12) sorted by relevance

/third_party/node/tools/gyp/tools/
H A Dpretty_vcproj.py67 if node.nodeType == Node.TEXT_NODE:
160 if sub_node.nodeType == Node.TEXT_NODE:
232 if child2.nodeType == Node.TEXT_NODE:
/third_party/python/Doc/includes/
H A Dminidom-example.py24 if node.nodeType == node.TEXT_NODE:
/third_party/python/Lib/xml/dom/
H A Dminidom.py182 if child.nodeType == Node.TEXT_NODE:
334 Node.TEXT_NODE,
353 _child_node_types = (Node.TEXT_NODE, Node.ENTITY_REFERENCE_NODE)
677 Node.TEXT_NODE,
892 Node.TEXT_NODE, Node.CDATA_SECTION_NODE)):
1095 nodeType = Node.TEXT_NODE
1123 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
1130 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
1143 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
1153 if n.nodeType in (Node.TEXT_NODE, Nod
[all...]
H A D__init__.py31 TEXT_NODE = 3 variable in Node
H A Dexpatbuilder.py36 TEXT_NODE = Node.TEXT_NODE variable
283 elif childNodes and childNodes[-1].nodeType == TEXT_NODE:
296 if childNodes and childNodes[-1].nodeType == TEXT_NODE:
418 if child.nodeType == TEXT_NODE and not child.data.strip():
501 Node.TEXT_NODE: NodeFilter.SHOW_TEXT,
/third_party/googletest/googletest/test/
H A Dgtest_xml_test_utils.py141 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]:
/third_party/vk-gl-cts/scripts/log/
H A Dlog_parser.py87 if node.nodeType == node.TEXT_NODE:
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java377 if (node.getNodeType() == Node.TEXT_NODE) { in TestDetection()
383 if (valueNode.getNodeType() != Node.TEXT_NODE) { in TestDetection()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java374 if (node.getNodeType() == Node.TEXT_NODE) { in TestDetection()
380 if (valueNode.getNodeType() != Node.TEXT_NODE) { in TestDetection()
/third_party/python/Lib/test/
H A Dtest_minidom.py1096 self.assertEqual(text.nodeType, Node.TEXT_NODE)
1366 self.assertEqual(text.nodeType, Node.TEXT_NODE)
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H A DStableAPI.java996 if (n.getNodeType() == Node.TEXT_NODE) in dumpNode()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 40 milliseconds