Home
last modified time | relevance | path

Searched refs:xml_attribute_node (Results 1 – 4 of 4) sorted by relevance

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiAbstractTextAttributeNode.java79 public void updateValue(Node xml_attribute_node) { in updateValue() argument
81 if (xml_attribute_node != null) { in updateValue()
82 mCurrentValue = xml_attribute_node.getNodeValue(); in updateValue()
DUiAttributeNode.java142 public abstract void updateValue(Node xml_attribute_node); in updateValue() argument
DUiTextValueNode.java45 public void updateValue(Node xml_attribute_node) { in updateValue() argument
DUiSeparatorAttributeNode.java124 public void updateValue(Node xml_attribute_node) { in updateValue() argument