HomeSort by relevance Sort by last modified time
    Searched refs:nodeValue (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentcreateattributeNS02.java 70 String nodeValue;
77 nodeValue = attribute1.getNodeValue();
82 assertEquals("documentcreateattributeNS02_att1_nodeValue", "", nodeValue);
88 nodeValue = attribute2.getNodeValue();
93 assertEquals("documentcreateattributeNS02_att2_nodeValue", "", nodeValue);
createDocument07.java 77 String nodeValue;
82 nodeValue = aNewDoc.getNodeValue();
84 assertNull("nodeValue", nodeValue);
documentcreateattributeNS01.java 73 String nodeValue;
77 nodeValue = attribute.getNodeValue();
createDocumentType03.java 76 String nodeValue;
82 nodeValue = newType.getNodeValue();
83 assertNull("nodeValue", nodeValue);
documentimportnode01.java 42 * nodeType and nodeValue of the imported node to verify if it has been imported correctly.
83 String nodeValue;
90 nodeValue = importedAttr.getNodeValue();
94 assertEquals("documentimportnode01_nodeValue", "Yes", nodeValue);
documentimportnode02.java 41 * Check the parentNode, nodeName, nodeType and nodeValue of the imported node to
84 String nodeValue;
95 nodeValue = importedAttr.getNodeValue();
100 assertEquals("documentimportnode02_nodeValue", "CANADA", nodeValue);
documentimportnode03.java 42 * Check the parentNode, nodeName, nodeType and nodeValue of the imported node to
85 String nodeValue;
92 nodeValue = importedAttr.getNodeValue();
96 assertEquals("documentimportnode03_nodeValue", "defaultVal", nodeValue);
documentimportnode04.java 42 * Check the parentNode, nodeName, nodeType and nodeValue of the imported node to
89 String nodeValue;
98 nodeValue = importedAttr.getNodeValue();
102 assertEquals("documentimportnode04_nodeValue", "defaultVal", nodeValue);
documentimportnode05.java 41 * Check the nodeName, nodeType and nodeValue namespaceURI of the imported node to
83 String nodeValue;
90 nodeValue = importedAttr.getNodeValue();
95 assertEquals("documentimportnode05_nodeValue", "", nodeValue);
documentimportnode15.java 80 String nodeValue;
85 nodeValue = textImport.getNodeValue();
86 assertEquals("documentimportnode15", "Document.importNode test for a TEXT_NODE", nodeValue);
documentimportnode17.java 80 String nodeValue;
85 nodeValue = commentImport.getNodeValue();
86 assertEquals("documentimportnode17", "Document.importNode test for a COMMENT_NODE", nodeValue);
hc_nodedocumentfragmentnormalize1.java 61 String nodeValue;
72 nodeValue = txtNode.getNodeValue();
73 assertEquals("normalizedNodeValue", "foobar", nodeValue);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentgetdoctype.java 68 String nodeValue;
80 nodeValue = docType.getNodeValue();
81 assertNull("initiallyNull", nodeValue);
hc_documentgetdoctype.java 61 String nodeValue;
81 nodeValue = docType.getNodeValue();
82 assertNull("nodeValue", nodeValue);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathUtil.cpp 50 return node->nodeValue();
58 const String& nodeValue = n->nodeValue();
59 result.append(nodeValue);
  /external/chromium_org/testing/gtest/test/
gtest_xml_test_utils.py 72 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
141 not child.nodeValue.isspace()):
143 child.nodeValue)
145 children['detail'].nodeValue += child.nodeValue
188 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue)
190 child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*',
  /external/gtest/test/
gtest_xml_test_utils.py 72 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
141 not child.nodeValue.isspace()):
143 child.nodeValue)
145 children['detail'].nodeValue += child.nodeValue
188 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue)
190 child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*',
  /external/protobuf/gtest/test/
gtest_xml_test_utils.py 71 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
136 not child.nodeValue.isspace()):
138 child.nodeValue)
140 children["detail"].nodeValue += child.nodeValue
166 cdata = re.sub(r"^.*[/\\](.*:)\d+\n", "\\1*\n", child.nodeValue)
168 child.nodeValue = re.sub(r"\nStack trace:\n(.|\n)*",
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_test_utils.py 72 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
139 not child.nodeValue.isspace()):
141 child.nodeValue)
143 children['detail'].nodeValue += child.nodeValue
186 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue)
188 child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*',
  /external/chromium_org/tools/findit/
svn_repository_parser.py 65 'author')[0].firstChild.nodeValue
75 file_path = changed_path.firstChild.nodeValue
89 0].firstChild.nodeValue
161 line_num = tds[0].getElementsByTagName('a')[0].firstChild.nodeValue
175 new_line = tds[2].firstChild.nodeValue
200 if title[0].firstChild.nodeValue == 'ViewVC Exception':
225 line_content += content.nodeValue
227 line_content += content.firstChild.nodeValue
237 author = tds[1].firstChild.nodeValue
241 revision = tds[2].getElementsByTagName('a')[0].firstChild.nodeValue
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentImportNode.java 25 * parentNode, nodeName, nodeType and nodeValue of the imported node to verify
73 // String nodeValue;
81 // nodeValue = importedAttr.getNodeValue();
85 // assertEquals("documentimportnode01_nodeValue", "Yes", nodeValue);
95 String nodeValue;
107 nodeValue = importedAttr.getNodeValue();
112 assertEquals("documentimportnode02_nodeValue", "CANADA", nodeValue);
124 // String nodeValue;
132 // nodeValue = importedAttr.getNodeValue();
136 // assertEquals("documentimportnode03_nodeValue", "defaultVal", nodeValue);
    [all...]
HCNodeDocumentFragmentNormalize.java 52 String nodeValue;
64 nodeValue = txtNode.getNodeValue();
65 assertEquals("normalizedNodeValue", "foobar", nodeValue);
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-enable-uac.py 73 execution_level['level'].nodeValue == 'asInvoker' and
74 execution_level['uiAccess'].nodeValue == 'false'))
92 execution_level['level'].nodeValue == 'requireAdministrator' and
93 execution_level['uiAccess'].nodeValue == 'true'))
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.idl 30 [DeprecateAs=AttrNodeValue, ImplementedAs=valueForBindings] attribute DOMString? nodeValue;
  /packages/apps/Mms/src/com/android/mms/dom/
AttrImpl.java 97 public void setNodeValue(String nodeValue) throws DOMException {
98 setValue(nodeValue);

Completed in 4327 milliseconds

1 2 3 4 5 6 7