Home
last modified time | relevance | path

Searched refs:xml_attribute_node (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/
DUiAbstractTextAttributeNode.java80 public void updateValue(Node xml_attribute_node) { in updateValue() argument
82 if (xml_attribute_node != null) { in updateValue()
83 mCurrentValue = xml_attribute_node.getNodeValue(); in updateValue()
DUiTextValueNode.java45 public void updateValue(Node xml_attribute_node) { in updateValue() argument
DUiSeparatorAttributeNode.java124 public void updateValue(Node xml_attribute_node) { in updateValue() argument