OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XmlFormatStyle
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatStyle.java
33
public enum
XmlFormatStyle
{
49
* Returns the {@link
XmlFormatStyle
} to use for a resource of the given type
54
public static
XmlFormatStyle
get(ResourceType resourceType) {
75
* Returns the {@link
XmlFormatStyle
} to use for resource files in the given resource
81
public static
XmlFormatStyle
getForFolderType(ResourceFolderType folderType) {
90
* Returns the {@link
XmlFormatStyle
} to use for resource files of the given path.
95
public static
XmlFormatStyle
getForFile(IPath path) {
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java
42
private void checkFormat(XmlFormatPreferences prefs,
XmlFormatStyle
style,
98
private void checkFormat(XmlFormatPreferences prefs,
XmlFormatStyle
style,
103
private void checkFormat(XmlFormatPreferences prefs,
XmlFormatStyle
style,
107
private void checkFormat(
XmlFormatStyle
style, String xml, String expected)
114
checkFormat(
XmlFormatStyle
.LAYOUT, xml, expected);
143
prefs,
XmlFormatStyle
.LAYOUT,
172
XmlFormatStyle
.RESOURCE,
182
XmlFormatStyle
.LAYOUT,
244
XmlFormatPreferences.create(),
XmlFormatStyle
.LAYOUT,
259
prefs,
XmlFormatStyle
.LAYOUT
[
all
...]
Completed in 401 milliseconds