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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 355 Document xmlDoc = mUiDocRootNode.getXmlDocument();
702 doc = mUiDocRootNode.getXmlDocument();
804 mUiDocRootNode.reloadFromXmlNode(mUiDocRootNode.getXmlDocument());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 403 public Document getXmlDocument() {
407 return mUiParent.getXmlDocument();
    [all...]

Completed in 78 milliseconds