HomeSort by relevance Sort by last modified time
    Searched refs:getNodeValue (Results 1 - 25 of 282) 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();
  /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();
hc_attrchildnodes2.java 77 value = textNode.getNodeValue();
80 value = textNode.getNodeValue();

Completed in 238 milliseconds

1 2 3 4 5 6 7 8 91011>>