public interface XmlConfig
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getDefaultValue()
A replacement text instead of the
null value |
String |
getDoctype()
Doctype
|
int |
getFirstLevel()
Level of the root element, the value may be negative.
|
Formatter |
getFormatter()
Get a value formatter
|
Charset |
getCharset()
Charset
|
String |
getIndentation()
New line
|
CharSequence |
getNewLine()
A new line sequence
|
boolean |
isCacheAllowed()
HTTP cache is allowed
|
static DefaultXmlConfig |
ofDefault()
Create a new default config
|
int getFirstLevel()
String getIndentation()
@Nonnull CharSequence getDefaultValue()
null value@Nonnull CharSequence getNewLine()
boolean isCacheAllowed()
static DefaultXmlConfig ofDefault()
Copyright 2015, Pavel Ponec