public interface XmlConfig
Modifier and Type | Method and Description |
---|---|
String |
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
|
String |
getNewLine()
A new line sequence
|
boolean |
isCacheAllowed()
HTTP cache is allowed
|
static DefaultXmlConfig |
ofDefault()
Create a new default config
|
int getFirstLevel()
String getIndentation()
boolean isCacheAllowed()
static DefaultXmlConfig ofDefault()
Copyright 2019-2022, Pavel Ponec