Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DEclipseXmlPrettyPrinter.java159 protected boolean isEmptyTag(Element element) { in isEmptyTag() method in EclipseXmlPrettyPrinter
162 if (elementImpl.isEmptyTag()) { in isEmptyTag()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeViewRefactoring.java176 if (element instanceof ElementImpl && ((ElementImpl) element).isEmptyTag()) { in computeChanges()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringRefactoring.java1303 boolean isEmptyTag = false;
1313 isEmptyTag = true;
1346 if (isEmptyTag) {