Searched refs:formatPrefs (Results 1 – 4 of 4) sorted by relevance
253 EclipseXmlFormatPreferences formatPrefs = EclipseXmlFormatPreferences.create(); in createXmlFile() local259 fileContents = EclipseXmlPrettyPrinter.prettyPrint(sb.toString(), formatPrefs, in createXmlFile()264 fileContents = fileContents.replace(indentToken, formatPrefs.getOneIndentUnit()); in createXmlFile()
43 EclipseXmlFormatPreferences formatPrefs = EclipseXmlFormatPreferences.create(); in setUp() local44 assertTrue(formatPrefs.oneAttributeOnFirstLine); in setUp()
1315 EclipseXmlFormatPreferences formatPrefs = EclipseXmlFormatPreferences.create(); in reformat() local1316 String formatted = EclipseXmlPrettyPrinter.prettyPrint(actual, formatPrefs, style, in reformat()
1138 EclipseXmlFormatPreferences formatPrefs = EclipseXmlFormatPreferences.create(); in reformat() local1139 return EclipseXmlPrettyPrinter.prettyPrint(contents, formatPrefs, style, in reformat()