HomeSort by relevance Sort by last modified time
    Searched defs:xmlParent (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java 285 Node xmlParent = uiParentNode == null ? null : uiParentNode.getXmlNode();
286 if (xmlParent == null) {
308 xmlPrev.appendChild(xmlParent.removeChild(xmlNode));
316 xmlParent.insertBefore(
317 xmlParent.removeChild(xmlNode),
321 } else if (uiParentNode != null && !(xmlParent instanceof Document)) {
341 xmlParent.removeChild(xmlNode),
342 xmlParent);
467 Node xmlParent = uiParentNode == null ? null : uiParentNode.getXmlNode();
468 if (xmlParent == null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 2168 milliseconds