Home
last modified time | relevance | path

Searched defs:nodeValue (Results 1 – 25 of 136) sorted by relevance

123456

/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDocumentImportNode.java95 String nodeValue; in testImportNode2() local
176 String nodeValue; in testImportNode5() local
363 String nodeValue; in testImportNode15() local
378 String nodeValue; in testImportNode17() local
H A DHCNodeDocumentFragmentNormalize.java52 String nodeValue; in testNodeDocumentFragmentNormalize1() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/
Dminidom.py330 nodeValue = None variable in DocumentFragment
399 nodeValue = value = property(_get_value, _set_value) variable in Attr
669 nodeValue = None variable in Element
1005 nodeValue = property(_get_nodeValue, _set_nodeValue) variable in ProcessingInstruction
1310 nodeValue = None variable in DocumentType
1371 nodeValue = None variable in Entity
1410 nodeValue = None variable in Notation
1555 nodeValue = None variable in Document
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/
Dminidom.py330 nodeValue = None variable in DocumentFragment
399 nodeValue = value = property(_get_value, _set_value) variable in Attr
669 nodeValue = None variable in Element
1005 nodeValue = property(_get_nodeValue, _set_nodeValue) variable in ProcessingInstruction
1310 nodeValue = None variable in DocumentType
1371 nodeValue = None variable in Entity
1410 nodeValue = None variable in Notation
1555 nodeValue = None variable in Document
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/
Dminidom.py330 nodeValue = None variable in DocumentFragment
399 nodeValue = value = property(_get_value, _set_value) variable in Attr
669 nodeValue = None variable in Element
1005 nodeValue = property(_get_nodeValue, _set_nodeValue) variable in ProcessingInstruction
1310 nodeValue = None variable in DocumentType
1371 nodeValue = None variable in Entity
1410 nodeValue = None variable in Notation
1555 nodeValue = None variable in Document
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/
Dminidom.py330 nodeValue = None variable in DocumentFragment
399 nodeValue = value = property(_get_value, _set_value) variable in Attr
669 nodeValue = None variable in Element
1005 nodeValue = property(_get_nodeValue, _set_nodeValue) variable in ProcessingInstruction
1310 nodeValue = None variable in DocumentType
1371 nodeValue = None variable in Entity
1410 nodeValue = None variable in Notation
1555 nodeValue = None variable in Document
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/
H A Dminidom.py330 nodeValue = None variable in DocumentFragment
399 nodeValue = value = property(_get_value, _set_value) variable in Attr
669 nodeValue = None variable in Element
1005 nodeValue = property(_get_nodeValue, _set_nodeValue) variable in ProcessingInstruction
1310 nodeValue = None variable in DocumentType
1371 nodeValue = None variable in Entity
1410 nodeValue = None variable in Notation
1555 nodeValue = None variable in Document
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/
Dminidom.py330 nodeValue = None variable in DocumentFragment
399 nodeValue = value = property(_get_value, _set_value) variable in Attr
669 nodeValue = None variable in Element
1005 nodeValue = property(_get_nodeValue, _set_nodeValue) variable in ProcessingInstruction
1310 nodeValue = None variable in DocumentType
1371 nodeValue = None variable in Entity
1410 nodeValue = None variable in Notation
1555 nodeValue = None variable in Document
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
H A DRepresenter.java111 Node nodeValue = tuple.getValueNode(); in representJavaBean() local
140 Node nodeValue = representData(propertyValue); in representJavaBeanProperty() local
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/
Dminidom.py320 nodeValue = None variable in DocumentFragment
632 nodeValue = None variable in Element
1238 nodeValue = None variable in DocumentType
1299 nodeValue = None variable in Entity
1338 nodeValue = None variable in Notation
1480 nodeValue = None variable in Document
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
H A DBaseConstructor.java477 List<NodeTuple> nodeValue = node.getValue(); in constructMapping2ndStep() local
514 List<NodeTuple> nodeValue = node.getValue(); in constructSet2ndStep() local
H A DSafeConstructor.java89 List<NodeTuple> nodeValue = node.getValue(); in processDuplicateKeys() local
409 String nodeValue = scalar.getValue(); in construct() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
H A DBase64DecodingTest.java41 JsonNode nodeValue = tree.get("foo"); in _testInvalidBase64() local
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Ddocumentgetdoctype.java68 String nodeValue; in runTest() local
H A Dhc_documentgetdoctype.java61 String nodeValue; in runTest() local
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Dhc_nodedocumentfragmentnormalize1.java61 String nodeValue; in runTest() local
H A Dhc_nodedocumentfragmentnormalize2.java61 String nodeValue; in runTest() local
H A Ddocumentimportnode17.java80 String nodeValue; in runTest() local
H A Ddocumentimportnode15.java80 String nodeValue; in runTest() local
H A DdocumentcreateattributeNS01.java73 String nodeValue; in runTest() local
H A DcreateDocument07.java77 String nodeValue; in runTest() local
H A DdocumentcreateattributeNS02.java70 String nodeValue; in runTest() local
H A DcreateDocumentType03.java76 String nodeValue; in runTest() local
H A Ddocumentimportnode03.java85 String nodeValue; in runTest() local
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue139/
H A DUniqueKeyTest.java43 List<NodeTuple> nodeValue = node.getValue(); in constructMapping2ndStep() local

123456