Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java755 XmlFormatStyle formatStyle = XmlFormatStyle.MANIFEST; in merge() local
766 formatStyle = EclipseXmlPrettyPrinter.getForFile(toPath); in merge()
768 formatStyle = XmlFormatStyle.FILE; in merge()
780 EclipseXmlFormatPreferences.create(), formatStyle, null, in merge()
989 XmlFormatStyle formatStyle = EclipseXmlPrettyPrinter.getForFile(to); in format() local
991 return EclipseXmlPrettyPrinter.prettyPrint(contents, prefs, formatStyle, null); in format()