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

1 2 3 4 5 6 7 8 91011

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
PlatformStatus.java 30 this.id = (String) attributes.getNamedItem("id").getNodeValue();
31 this.name = (String) attributes.getNamedItem("name").getNodeValue();
32 this.fileName = (String) attributes.getNamedItem("fileName").getNodeValue();
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillDialogControllerTest.java 542 expected, DOMUtils.getNodeValue(viewCore, actualId));
545 TEST_CC_CSC, DOMUtils.getNodeValue(viewCore, "id-opt-cc-csc"));
559 TEST_NAME, DOMUtils.getNodeValue(viewCore, "id-billing-name"));
561 TEST_EMAIL, DOMUtils.getNodeValue(viewCore, "id-email"));
564 TEST_NAME, DOMUtils.getNodeValue(viewCore, "id-cc-name"));
567 TEST_CC_NUMBER, DOMUtils.getNodeValue(viewCore, "id-cc-number"));
569 TEST_CC_CSC, DOMUtils.getNodeValue(viewCore, "id-cc-csc"));
573 DOMUtils.getNodeValue(viewCore, "id-cc-exp"));
577 DOMUtils.getNodeValue(viewCore, "id-cc-exp-month"));
580 DOMUtils.getNodeValue(viewCore, "id-cc-exp-year"))
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrinsertbefore1.java 80 value = titleAttr.getNodeValue();
82 value = retval.getNodeValue();
85 value = firstChild.getNodeValue();
88 value = lastChild.getNodeValue();
hc_attrinsertbefore2.java 80 value = titleAttr.getNodeValue();
82 value = retval.getNodeValue();
85 value = firstChild.getNodeValue();
88 value = lastChild.getNodeValue();
hc_nodevalue01.java 31 * An element is created, setNodeValue is called with a non-null argument, but getNodeValue
64 newValue = newNode.getNodeValue();
67 newValue = newNode.getNodeValue();
hc_nodevalue02.java 31 * An comment is created, setNodeValue is called with a non-null argument, but getNodeValue
64 newValue = newNode.getNodeValue();
67 newValue = newNode.getNodeValue();
hc_nodevalue04.java 31 * An document type accessed, setNodeValue is called with a non-null argument, but getNodeValue
70 newValue = newNode.getNodeValue();
73 newValue = newNode.getNodeValue();
hc_nodevalue05.java 31 * A document fragment is created, setNodeValue is called with a non-null argument, but getNodeValue
64 newValue = newNode.getNodeValue();
67 newValue = newNode.getNodeValue();
hc_nodevalue06.java 31 * An document is accessed, setNodeValue is called with a non-null argument, but getNodeValue
62 newValue = newNode.getNodeValue();
65 newValue = newNode.getNodeValue();
nodevalue01.java 31 * An element is created, setNodeValue is called with a non-null argument, but getNodeValue
64 newValue = newNode.getNodeValue();
67 newValue = newNode.getNodeValue();
nodevalue02.java 31 * An comment is created, setNodeValue is called with a non-null argument, but getNodeValue
64 newValue = newNode.getNodeValue();
67 newValue = newNode.getNodeValue();
nodevalue03.java 31 * An entity reference is created, setNodeValue is called with a non-null argument, but getNodeValue
65 newValue = newNode.getNodeValue();
68 newValue = newNode.getNodeValue();
nodevalue04.java 31 * An document type accessed, setNodeValue is called with a non-null argument, but getNodeValue
65 newValue = newNode.getNodeValue();
68 newValue = newNode.getNodeValue();
nodevalue05.java 31 * A document fragment is created, setNodeValue is called with a non-null argument, but getNodeValue
64 newValue = newNode.getNodeValue();
67 newValue = newNode.getNodeValue();
nodevalue06.java 31 * An document is accessed, setNodeValue is called with a non-null argument, but getNodeValue
62 newValue = newNode.getNodeValue();
65 newValue = newNode.getNodeValue();
nodevalue09.java 31 * An processing instruction is created, setNodeValue is called with a non-null argument, but getNodeValue
64 newValue = newNode.getNodeValue();
67 newValue = newNode.getNodeValue();
hc_attrinsertbefore3.java 86 value = titleAttr.getNodeValue();
88 value = retval.getNodeValue();
91 value = firstChild.getNodeValue();
94 value = lastChild.getNodeValue();
hc_attrinsertbefore4.java 86 value = titleAttr.getNodeValue();
88 value = retval.getNodeValue();
91 value = firstChild.getNodeValue();
94 value = lastChild.getNodeValue();
hc_attrappendchild1.java 77 value = titleAttr.getNodeValue();
79 value = retval.getNodeValue();
82 value = lastChild.getNodeValue();
hc_attrappendchild3.java 83 value = titleAttr.getNodeValue();
85 value = retval.getNodeValue();
88 value = lastChild.getNodeValue();
hc_attrappendchild6.java 73 value = titleAttr.getNodeValue();
75 value = retval.getNodeValue();
78 value = lastChild.getNodeValue();
hc_attrreplacechild1.java 79 value = titleAttr.getNodeValue();
81 value = retval.getNodeValue();
84 value = firstChild.getNodeValue();
hc_attrreplacechild2.java 85 value = titleAttr.getNodeValue();
87 value = retval.getNodeValue();
90 value = firstChild.getNodeValue();
hc_nodedocumentnodevalue.java 31 * The string returned by the "getNodeValue()" method for a
34 * by the "getNodeValue()" method. It should be equal to
65 documentValue = doc.getNodeValue();
nodedocumentnodevalue.java 31 * The string returned by the "getNodeValue()" method for a
34 * by the "getNodeValue()" method. It should be equal to
66 documentValue = doc.getNodeValue();

Completed in 518 milliseconds

1 2 3 4 5 6 7 8 91011