Home
last modified time | relevance | path

Searched refs:getNodeValue (Results 1 – 17 of 17) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DAttrsXmlParser.java292 String name = nameNode.getNodeValue(); in parseResources()
295 String parents = parentNode == null ? null : parentNode.getNodeValue(); in parseResources()
307 String nodeValue = lastComment.getNodeValue(); in parseResources()
422 String name = nameNode.getNodeValue(); in parseAttr()
437 String nodeValue = lastComment.getNodeValue(); in parseAttr()
509 for (String f : attrFormat.getNodeValue().split("\\|")) { //$NON-NLS-1$ in parseAttributeTypes()
596 String name = nameNode.getNodeValue(); in parseEnumFlagValues()
605 String value = valueNode.getNodeValue(); in parseEnumFlagValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DXmlStringFileHelper.java131 String id = nameAttr.getNodeValue(); in internalGetResIdsForFile()
139 text += txtNode.getNodeValue(); in internalGetResIdsForFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiAbstractTextAttributeNode.java83 mCurrentValue = xml_attribute_node.getNodeValue(); in updateValue()
DUiTextValueNode.java60 setCurrentValue(xml_child.getNodeValue()); in updateValue()
DUiElementNode.java1134 && previousSibling.getNodeValue().trim().length() == 0) { in deleteXmlNode()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutMetadata.java116 String text = child.getNodeValue(); in clearLegacyComment()
122 if (previous.getNodeValue().trim().length() == 0) { in clearLegacyComment()
130 if (first.getNodeValue().trim().length() == 0) { in clearLegacyComment()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DUiElementPullParser.java330 String value = attribute.getNodeValue(); in getAttributeValue()
385 String value = attribute.getNodeValue(); in getAttributeValue()
DExplodedRenderingHelper.java415 return attribute.getNodeValue(); in getAttribute()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DNodeProxy.java385 return attr.getNodeValue(); in getStringAttr()
454 String value = attr.getNodeValue(); in getLiveAttributes()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockXmlNode.java200 public String getNodeValue() throws DOMException { in getNodeValue() method in MockXmlNode
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
DValuesContentAssist.java220 String value = typeNode.getNodeValue(); in computeTextValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractIncludeRefactoring.java493 String value = attributeNode.getNodeValue();
620 sb.append(XmlUtils.toXmlAttributeValue(attr.getNodeValue()));
DVisualRefactoring.java427 String value = attributeNode.getNodeValue(); in getAndroidNamespacePrefix()
453 String value = attributeNode.getNodeValue(); in getAndroidNamespacePrefix()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateMetadata.java405 return child.getNodeValue().trim(); in getThumbnailPath()
DNewTemplatePage.java446 String optionLabel = childNodes.item(0).getNodeValue().trim(); in createOptionCombo()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourceParticipant.java633 String text = child.getNodeValue(); in addReplacements()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java277 String nodeValue = currentNode.getNodeValue(); in computeTextReplaceLength()