Home
last modified time | relevance | path

Searched refs:getNextSibling (Results 1 – 12 of 12) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiTextValueNode.java58 xml_child = xml_child.getNextSibling()) { in updateValue()
96 xml_child = xml_child.getNextSibling()) { in commit()
DUiElementNode.java1274 xmlChild = xmlChild.getNextSibling(); in updateElementList()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DXmlStringFileHelper.java138 txtNode = txtNode.getNextSibling()) { in internalGetResIdsForFile()
173 lastChild = lastChild.getNextSibling(); in findChild()
176 for ( ; lastChild != null ; lastChild = lastChild.getNextSibling()) { in findChild()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
DApplicationToggle.java251 node = node.getNextSibling()) { in validateNode()
275 mUndoXmlNextNode = xml_node.getNextSibling(); in removeApplicationNode()
279 mUndoXmlNextElement = mUndoXmlNextElement.getNextSibling(); in removeApplicationNode()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DAttrsXmlParser.java170 res = res.getNextSibling(); in preload()
283 for (Node node = res.getFirstChild(); node != null; node = node.getNextSibling()) { in parseResources()
463 node = node.getNextSibling()) { in parseDeclaredStyleable()
585 for (Node child = attrNode.getFirstChild(); child != null; child = child.getNextSibling()) { in parseEnumFlagValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiActions.java506 xmlNext.getNextSibling()); in doDownInternal()
528 xmlParent.getNextSibling()); in doDownInternal()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockXmlNode.java155 public Node getNextSibling() { in getNextSibling() method in MockXmlNode
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDomUtilities.java369 Node right = node.getNextSibling(); in getNode()
459 node = node.getNextSibling(); in getNextElement()
DLayoutMetadata.java128 if (first != null && first.getNextSibling() == null in clearLegacyComment()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestEditor.java273 node = node.getNextSibling()) { in getManifestXmlNode()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DResourceHelper.java376 Node nextChild = lastElement != null ? lastElement.getNextSibling() : null; in createResource()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java729 node = node.getNextSibling(); in initElements()