Home
last modified time | relevance | path

Searched refs:getDomDocument (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DWrapInRefactoring.java237 if (primary != null && getDomDocument().getDocumentElement() == primary) { in computeChanges()
DExtractIncludeRefactoring.java247 getDomDocument(), getPrimaryElement()); in computeChanges()
DVisualRefactoring.java472 Document document = getDomDocument(); in findNamespaceAttributes()
759 protected Document getDomDocument() { in getDomDocument() method in VisualRefactoring