Home
last modified time | relevance | path

Searched refs:nodeValue (Results 1 – 25 of 50) sorted by relevance

12

/external/googletest/googletest/test/
Dgtest_xml_test_utils.py65 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
144 not child.nodeValue.isspace()):
146 child.nodeValue)
148 children['detail'].nodeValue += child.nodeValue
191 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue)
193 child.nodeValue = re.sub(r'Stack trace:\n(.|\n)*',
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
DRepresenter.java92 Node nodeValue = tuple.getValueNode(); in representJavaBean() local
93 if (!(nodeValue instanceof ScalarNode && ((ScalarNode) nodeValue).getStyle() == null)) { in representJavaBean()
126 Node nodeValue = representData(propertyValue); in representJavaBeanProperty() local
129 NodeId nodeId = nodeValue.getNodeId(); in representJavaBeanProperty()
133 nodeValue.setTag(Tag.STR); in representJavaBeanProperty()
139 if (!nodeValue.getTag().equals(Tag.SET)) { in representJavaBeanProperty()
140 nodeValue.setTag(Tag.MAP); in representJavaBeanProperty()
145 checkGlobalTag(property, nodeValue, propertyValue); in representJavaBeanProperty()
150 return new NodeTuple(nodeKey, nodeValue); in representJavaBeanProperty()
DBaseRepresenter.java156 Node nodeValue = representData(entry.getValue()); in representMapping() local
160 if (!(nodeValue instanceof ScalarNode && ((ScalarNode) nodeValue).getStyle() == null)) { in representMapping()
163 value.add(new NodeTuple(nodeKey, nodeValue)); in representMapping()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DBase64DecodingTest.java41 JsonNode nodeValue = tree.get("foo"); in _testInvalidBase64() local
43 /*byte[] b =*/ nodeValue.binaryValue(); in _testInvalidBase64()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue139/
DUniqueKeyTest.java47 List<NodeTuple> nodeValue = (List<NodeTuple>) node.getValue(); in constructMapping2ndStep() local
48 for (NodeTuple tuple : nodeValue) { in constructMapping2ndStep()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DSafeConstructor.java94 List<NodeTuple> nodeValue = node.getValue(); in mergeNode() local
96 Collections.reverse(nodeValue); in mergeNode()
97 for (Iterator<NodeTuple> iter = nodeValue.iterator(); iter.hasNext();) { in mergeNode()
316 String nodeValue = scalar.getValue(); in construct() local
317 Matcher match = YMD_REGEXP.matcher(nodeValue); in construct()
330 match = TIMESTAMP_REGEXP.matcher(nodeValue); in construct()
332 throw new YAMLException("Unexpected timestamp: " + nodeValue); in construct()
DBaseConstructor.java359 List<NodeTuple> nodeValue = (List<NodeTuple>) node.getValue(); in constructMapping2ndStep() local
360 for (NodeTuple tuple : nodeValue) { in constructMapping2ndStep()
391 List<NodeTuple> nodeValue = (List<NodeTuple>) node.getValue(); in constructSet2ndStep() local
392 for (NodeTuple tuple : nodeValue) { in constructSet2ndStep()
DConstructor.java227 List<NodeTuple> nodeValue = node.getValue(); in constructJavaBean2ndStep() local
228 for (NodeTuple tuple : nodeValue) { in constructJavaBean2ndStep()
/external/python/httplib2/doc/html/_static/
Ddoctools.js68 var val = node.nodeValue;
77 node.nodeValue = val.substr(0, pos);
/external/okhttp/website/static/
Dprettify.js6 …c||"li"===c)s[j]="\n",m[j<<1]=x++,m[j++<<1|1]=a}}else if(c==3||c==4)c=a.nodeValue,c.length&&(c=d?c…
7 …stChild;g;g=g.nextSibling)var b=g.nodeType,d=b===1?d?a:g:b===3?V.test(g.nodeValue)?a:d:d;return d=…
13 …bling)b(a);else if((c==3||c==4)&&g){var d=a.nodeValue,i=d.match(m);if(i)c=d.substring(0,i.index),a…
17 t))){s&&(G=G.replace(d,"\r"));A.nodeValue=G;var L=A.ownerDocument,o=L.createElement("span");o.class…
27 …ng;){var m=k.nodeType,o=(m===7||m===8)&&k.nodeValue;if(o?!/^\??prettify\b/.test(o):m!==3||/\S/.tes…
/external/python/cpython2/Lib/test/
Dtest_minidom.py205 self.confirm(a.nodeValue == "bar",
323 and el.attributes["spam"].nodeValue == "bam"
329 and el.attributes["spam"].nodeValue == "ham"
335 and el.attributes["spam"].nodeValue == "ham"
338 and el.attributes["spam2"].nodeValue == "bam"
343 and el.attributes["spam"].nodeValue == "ham"
346 and el.attributes["spam2"].nodeValue == "bam2"
523 and a1.nodeValue == a2.nodeValue
911 node.childNodes[1].nodeValue = ""
/external/python/cpython3/Lib/test/
Dtest_minidom.py215 self.confirm(a.nodeValue == "bar",
356 and el.attributes["spam"].nodeValue == "bam"
362 and el.attributes["spam"].nodeValue == "ham"
368 and el.attributes["spam"].nodeValue == "ham"
371 and el.attributes["spam2"].nodeValue == "bam"
376 and el.attributes["spam"].nodeValue == "ham"
379 and el.attributes["spam2"].nodeValue == "bam2"
649 and a1.nodeValue == a2.nodeValue
1088 node.childNodes[1].nodeValue = ""
1629 pi.nodeValue = "crash"
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLComparator.java1065 String nodeValue = ""; in extractMergeData() local
1070 nodeValue = temp; in extractMergeData()
1184 if (!nodeValue.equals("") && in extractMergeData()
1212 if (!index.equals(nodeValue) && !index.equals("Fallback")) { in extractMergeData()
1214 … addElement(childNodeName, parentNodeName, id, index, nodeValue, key, referenceUrl); in extractMergeData()
1221 if (!type.equals(nodeValue) && !type.equals("Fallback")) { in extractMergeData()
1223 … addElement(childNodeName, parentNodeName, id, type, nodeValue, key, referenceUrl); in extractMergeData()
/external/python/cpython3/Lib/xml/dom/
Dminidom.py330 nodeValue = None variable in DocumentFragment
397 nodeValue = value = property(_get_value, _set_value) variable in Attr
667 nodeValue = None variable in Element
1003 nodeValue = property(_get_nodeValue, _set_nodeValue) variable in ProcessingInstruction
1034 data = nodeValue = property(_get_data, _set_data)
1308 nodeValue = None variable in DocumentType
1369 nodeValue = None variable in Entity
1408 nodeValue = None variable in Notation
1553 nodeValue = None variable in Document
/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp668 CXFA_Node* nodeValue = refNode->GetFirstChildByName(uValueHash); in RunBindItems() local
669 wsValue = nodeValue ? nodeValue->JSObject()->GetContent(false) in RunBindItems()
/external/python/cpython2/Lib/xml/dom/
Dminidom.py320 nodeValue = None variable in DocumentFragment
632 nodeValue = None variable in Element
912 self.data = self.nodeValue = data
1131 self.data = self.nodeValue = data
1238 nodeValue = None variable in DocumentType
1299 nodeValue = None variable in Entity
1338 nodeValue = None variable in Notation
1480 nodeValue = None variable in Document
/external/deqp/scripts/log/
Dlog_parser.py209 statusCode = resultItems[0].getAttributeNode('StatusCode').nodeValue
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java930 String nodeValue = node.getNodeValue();
931 int endIndex = nodeValue.indexOf("]]>");
935 String relatedData = nodeValue.substring(0, endIndex + 2);
956 String relatedData = nodeValue.substring(0, endIndex + 2);
/external/protobuf/
Dupdate_version.py258 if Find(old_version, 'release').firstChild.nodeValue == NEW_VERSION:
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js350 out.push(node.nodeValue);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java3286 String nodeValue = (String)m_values.elementAt(dataIndex); in copyNS() local
3288 handler.namespaceAfterStartElement(nodeName, nodeValue); in copyNS()
3378 String nodeValue = (String)m_values.elementAt(valueIndex); in copyAttribute() local
3380 handler.addAttribute(nodeName, nodeValue); in copyAttribute()
/external/slf4j/slf4j-site/src/site/pages/js/
Dprettify.js7 ….name.toLowerCase(),'="',$(b.value),'"');break;case 3:case 4:a.push(E(b.nodeValue));break}}var F=n…
/external/deqp/framework/delibs/coding_guidelines/
Dprettify.js7 ….name.toLowerCase(),'="',$(b.value),'"');break;case 3:case 4:a.push(E(b.nodeValue));break}}var F=n…
/external/llvm-project/clang/tools/scan-build/share/scan-build/
Dsorttable.js228 return node.nodeValue.replace(/^\s+|\s+$/g, '');
/external/clang/tools/scan-build-py/libscanbuild/resources/
Dsorttable.js228 return node.nodeValue.replace(/^\s+|\s+$/g, '');

12