public class FormatPrefs extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INDENT |
static String |
NEWLINE |
static String |
UTF8_ENCODING |
| Constructor and Description |
|---|
FormatPrefs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEncodeNonASCII() |
String |
getEncoding() |
String |
getIndent() |
String |
getNewline() |
boolean |
getScriptTypeAttr() |
FormatPrefs |
setEncodeNonASCII(boolean value) |
FormatPrefs |
setEncoding(String value) |
FormatPrefs |
setIndent(String value) |
FormatPrefs |
setNewline(String value) |
FormatPrefs |
setScriptTypeAttr(boolean value) |
public static final String UTF8_ENCODING
public static final String NEWLINE
public static final String INDENT
public String getEncoding()
public FormatPrefs setEncoding(String value)
public String getNewline()
public FormatPrefs setNewline(String value)
public String getIndent()
public FormatPrefs setIndent(String value)
public boolean getEncodeNonASCII()
public FormatPrefs setEncodeNonASCII(boolean value)
public boolean getScriptTypeAttr()
public FormatPrefs setScriptTypeAttr(boolean value)
Copyright © 2014. All rights reserved.