HomeSort by relevance Sort by last modified time
    Searched refs: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...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 276 * @param xmlParent the currently processed XML node
280 private static void rdf_PropertyElementList(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlParent,
283 for (int i = 0; i < xmlParent.getChildNodes().getLength(); i++)
285 Node currChild = xmlParent.getChildNodes().item(i);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]

Completed in 121 milliseconds