Home
last modified time | relevance | path

Searched refs:getXmlNode (Results 1 – 25 of 40) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiActions.java279 Node xmlNode = uiNode.getXmlNode(); in doUpInternal()
285 Node xmlParent = uiParentNode == null ? null : uiParentNode.getXmlNode(); in doUpInternal()
295 (uiPrev.getXmlNode() == null || !matchDescFilter(descriptorFilters, uiPrev))) { in doUpInternal()
299 if (uiPrev != null && uiPrev.getXmlNode() != null) { in doUpInternal()
301 Node xmlPrev = uiPrev.getXmlNode(); in doUpInternal()
323 Node xmlGrandParent = uiGrandParent == null ? null : uiGrandParent.getXmlNode(); in doUpInternal()
461 Node xmlNode = uiNode.getXmlNode(); in doDownInternal()
467 Node xmlParent = uiParentNode == null ? null : uiParentNode.getXmlNode(); in doDownInternal()
477 (uiNext.getXmlNode() == null || !matchDescFilter(descriptorFilters, uiNext))) { in doDownInternal()
481 if (uiNext != null && uiNext.getXmlNode() != null) { in doDownInternal()
[all …]
DPasteAction.java82 Node xml_node = mUiNode.getUiChildren().get(0).getXmlNode(); in run()
93 Node xml_node = mUiNode.getXmlNode(); in run()
111 Node xml_node = mUiNode.getXmlNode(); in run()
DCopyCutAction.java122 Node xml_node = uiNode.getXmlNode(); in run()
DUiTreeBlock.java292 boolean exists = mAutoCreateRoot || (ui_node.getXmlNode() != null); in createTreeViewer()
520 if (uiNode.getXmlNode() != null) { in doCreateMenuAction()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
DUiManifestElementNode.java73 getXmlNode() != null && in getShortDescription()
74 getXmlNode() instanceof Element && in getShortDescription()
75 getXmlNode().hasAttributes()) { in getShortDescription()
83 Element elem = (Element) getXmlNode(); in getShortDescription()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLintTooltip.java77 if (node.getXmlNode() != null) { in createContents()
78 id = node.getXmlNode().getNodeName(); in createContents()
DFragmentMenu.java89 Element element = (Element) node.getXmlNode(); in addMenuItems()
222 String layout = getFragmentLayout(node.getXmlNode()); in getSelectedLayout()
244 Node xmlNode = node.getXmlNode(); in setNewLayout()
DListViewTypeMenu.java192 Node xmlNode = node.getXmlNode(); in getSelectedLayout()
211 Node xmlNode = node.getXmlNode(); in setNewType()
DSelectionItem.java152 Node node = key.getXmlNode(); in getAsText()
DCanvasViewInfo.java411 public Node getXmlNode() { in getXmlNode() method in CanvasViewInfo
414 return uiView.getXmlNode(); in getXmlNode()
565 Node node = curr.mUiViewNode.getXmlNode(); in getIncludeUrl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DUiElementPullParser.java152 Node xmlNode = uiNode.getXmlNode(); in getAttribute()
172 NamedNodeMap attributes = node.getXmlNode().getAttributes(); in push()
364 Node xmlNode = uiNode.getXmlNode(); in getAttributeValue()
425 String layout = FragmentMenu.getFragmentLayout(getCurrentNode().getXmlNode()); in getName()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/
DUiItemElementNode.java44 Node xmlNode = getXmlNode(); in getShortDescription()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java420 public Node getXmlNode() { in getXmlNode() method in UiElementNode
795 if (getXmlNode() == xmlNode) { in findXmlNode()
889 return getXmlNode(); in prepareCommit()
969 xmlNextSibling = uiNextSibling.getXmlNode(); in createXmlNode()
1018 indent = editor.getIndent(getUiPreviousSibling().getXmlNode()); in createXmlNode()
1203 if (uiChild.getXmlNode() != null && uiChild.getXmlNode() == xmlChild) { in updateElementList()
1221 if (uiChild.getXmlNode() == null && in updateElementList()
1296 } else if (mand == Mandatory.NOT_MANDATORY || uiChild.getXmlNode() != null) { in updateElementList()
1348 boolean xmlExists = (uiNode.getXmlNode() != null); in removeUiChildAtIndex()
DUiTextValueNode.java54 Node xml_node = parent.getXmlNode(); in updateValue()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DNodeProxy.java378 if (uiNode.getXmlNode() != null) { in getStringAttr()
379 Node xmlNode = uiNode.getXmlNode(); in getStringAttr()
442 if (uiNode.getXmlNode() != null) { in getLiveAttributes()
443 Node xmlNode = uiNode.getXmlNode(); in getLiveAttributes()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
DUiViewElementNode.java144 Element e = (Element) getXmlNode(); in getIcon()
150 Node xmlNode = getXmlNode(); in getIcon()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
DApplicationToggle.java267 Node xml_node = getUiElementNode().getXmlNode(); in removeApplicationNode()
302 boolean exists = ui_node.getXmlNode() != null; in uiElementNodeUpdated()
DApplicationAttributesPart.java166 boolean exists = (ui_node.getXmlNode() != null); in uiElementNodeUpdated()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
DOtherXmlEditorDelegate.java132 getUiRootNode().reloadFromXmlNode(getUiRootNode().getXmlNode()); in onDescriptorsChanged()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlProperty.java167 Element element = (Element) mNode.getXmlNode();
186 Element element = (Element) mNode.getXmlNode();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/
DUiElementNodeTest.java112 assertNull(ui.getUiChildren().get(0).getXmlNode()); in testMandatoryOrder()
114 assertNotNull(ui.getUiChildren().get(1).getXmlNode()); in testMandatoryOrder()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
DMenuEditorDelegate.java172 getUiRootNode().reloadFromXmlNode(getUiRootNode().getXmlNode()); in onDescriptorsChanged()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutMetadataTest.java51 Node node = uiNode.getXmlNode(); in testMetadata1()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestEditor.java503 Node node = sibling.getXmlNode(); in addPermissions()
565 Node node = sibling.getXmlNode(); in removePermissions()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRefactoringTest.java250 ViewInfo view = new ViewInfo(node.getXmlNode().getLocalName(), node, in create()

12