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

12 3 4

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodevalue07.java 31 * An Entity is accessed, setNodeValue is called with a non-null argument, but getNodeValue
80 newNode.setNodeValue("This should have no effect");
hc_nodevalue08.java 31 * An notation is accessed, setNodeValue is called with a non-null argument, but getNodeValue
80 newNode.setNodeValue("This should have no effect");
nodesetnodevaluenomodificationallowederr.java 31 * The "setNodeValue(nodeValue)" method causes the
37 * from the entity reference and execute the "setNodeValue(nodeValue)" method.
95 entElementText.setNodeValue("newValue");
nodevalue07.java 31 * An Entity is accessed, setNodeValue is called with a non-null argument, but getNodeValue
73 newNode.setNodeValue("This should have no effect");
nodevalue08.java 31 * An notation is accessed, setNodeValue is called with a non-null argument, but getNodeValue
73 newNode.setNodeValue("This should have no effect");
attrsetvaluenomodificationallowederr.java 111 attrNode.setNodeValue("newvalue2");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode10.java 84 entRef.setNodeValue("entRef1Value");
setNamedItemNS02.java 84 arg.setNodeValue("Maybe");
setNamedItemNS03.java 81 arg.setNodeValue("newValue");
setNamedItemNS05.java 80 arg.setNodeValue("newValue");
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 211 public void setNodeValue(String nodeValue)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextValueNode.java 98 xml_child.setNodeValue(value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ConvertToDpFix.java 75 attribute.setNodeValue(newValue);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 90 public void setNodeValue(String value) {throw new DTMException(NOT_SUPPORTED_ERR);}
587 setNodeValue(textContent);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
SettingsShadowResources.java 178 node.setNodeValue("@style/FingerprintLayoutTheme");
180 node.setNodeValue("PLACEHOLDER");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 300 public void setNodeValue(String nodeValue) throws DOMException {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 1022 public void setNodeValue(String nodeValue) throws DOMException
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 563 public void setNodeValue(String nodeValue) throws DOMException
565 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"setNodeValue not supported!");
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 163 public final void setNodeValue(String nodeValue) throws DOMException {
431 setNodeValue(textContent);
DocumentImpl.java 139 attrCopy.setNodeValue(attr.getValue());
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
NdkApiXmlReport.java 293 attr.setNodeValue(value);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java 346 entRef.setNodeValue("entRef1Value");
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 314 public final void setNodeValue(String nodeValue) throws DOMException
    [all...]
  /cts/tools/utils/
DescriptionGenerator.java 464 attr.setNodeValue(value);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 324 static void setNodeValue(XMPNode node, Object value)

Completed in 489 milliseconds

12 3 4