Home
last modified time | relevance | path

Searched refs:setNodeValue (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiTextValueNode.java98 xml_child.setNodeValue(value); in commit()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DConvertToDpFix.java75 attribute.setNodeValue(newValue); in apply()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockXmlNode.java300 public void setNodeValue(String nodeValue) throws DOMException { in setNodeValue() method in MockXmlNode