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

1 2 3 4

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdatasetnodevalue.java 31 * The "setNodeValue()" method changes the character data
34 * of the first employee and invoke the "setNodeValue()"
71 child.setNodeValue("Marilyn Martin");
hc_characterdatasetnodevalue.java 31 * The "setNodeValue()" method changes the character data
34 * of the first employee and invoke the "setNodeValue()"
71 child.setNodeValue("Marilyn Martin");
hc_nodevalue01.java 31 * An element is created, setNodeValue is called with a non-null argument, but getNodeValue
66 newNode.setNodeValue("This should have no effect");
hc_nodevalue02.java 31 * An comment is created, setNodeValue is called with a non-null argument, but getNodeValue
66 newNode.setNodeValue("This should have an effect");
hc_nodevalue04.java 31 * An document type accessed, setNodeValue is called with a non-null argument, but getNodeValue
72 newNode.setNodeValue("This should have no effect");
hc_nodevalue05.java 31 * A document fragment is created, setNodeValue is called with a non-null argument, but getNodeValue
66 newNode.setNodeValue("This should have no effect");
hc_nodevalue06.java 31 * An document is accessed, setNodeValue is called with a non-null argument, but getNodeValue
64 newNode.setNodeValue("This should have no effect");
nodeentitysetnodevalue.java 32 * Entity Node is always null and "setNodeValue" should have no effect.
71 entityNode.setNodeValue("This should have no effect");
nodeprocessinginstructionsetnodevalue.java 68 piNode.setNodeValue("Something different");
nodesetnodevaluenomodificationallowederrEE.java 31 * Create an entity reference and execute the "setNodeValue(nodeValue)" method.
74 entText.setNodeValue("newValue");
nodevalue01.java 31 * An element is created, setNodeValue is called with a non-null argument, but getNodeValue
66 newNode.setNodeValue("This should have no effect");
nodevalue02.java 31 * An comment is created, setNodeValue is called with a non-null argument, but getNodeValue
66 newNode.setNodeValue("This should have an effect");
nodevalue03.java 31 * An entity reference is created, setNodeValue is called with a non-null argument, but getNodeValue
67 newNode.setNodeValue("This should have no effect");
nodevalue04.java 31 * An document type accessed, setNodeValue is called with a non-null argument, but getNodeValue
67 newNode.setNodeValue("This should have no effect");
nodevalue05.java 31 * A document fragment is created, setNodeValue is called with a non-null argument, but getNodeValue
66 newNode.setNodeValue("This should have no effect");
nodevalue06.java 31 * An document is accessed, setNodeValue is called with a non-null argument, but getNodeValue
64 newNode.setNodeValue("This should have no effect");
nodevalue09.java 31 * An processing instruction is created, setNodeValue is called with a non-null argument, but getNodeValue
66 newNode.setNodeValue("This should have an effect");
attrcreatetextnode2.java 31 * The "setNodeValue()" method for an attribute creates a
76 streetAttr.setNodeValue("Y&ent1;");
attrsetvaluenomodificationallowederrEE.java 101 attrNode.setNodeValue("newvalue2");
hc_attrclonenode1.java 76 textNode.setNodeValue("text_node_not_cloned");
hc_attrcreatetextnode2.java 31 * The "setNodeValue()" method for an attribute creates a
76 streetAttr.setNodeValue("Y&ent1;");
hc_attrsetvalue1.java 74 firstChild.setNodeValue("impl reused node");
hc_attrsetvalue2.java 77 firstChild.setNodeValue("impl reused node");
hc_nodevalue03.java 31 * An entity reference is created, setNodeValue is called with a non-null argument, but getNodeValue
80 newNode.setNodeValue("This should have no effect");
  /libcore/luni/src/test/java/tests/org/w3c/dom/
SetNamedItemNS.java 116 arg.setNodeValue("Maybe");
144 arg.setNodeValue("newValue");
208 arg.setNodeValue("newValue");

Completed in 231 milliseconds

1 2 3 4