Package | Description |
---|---|
org.ujorm.tools.xml.config | |
org.ujorm.tools.xml.config.impl |
Modifier and Type | Method and Description |
---|---|
static DefaultXmlConfig |
XmlConfig.ofDefault()
Create a new default config
|
static DefaultXmlConfig |
XmlConfig.ofDoctype(String doctype)
Create a new default config
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHtmlConfig
Configuraion of HtmlPage
|
Modifier and Type | Method and Description |
---|---|
<T extends DefaultXmlConfig> |
DefaultXmlConfig.setNiceFormat()
Assign parameters for a nice format of the HTML result
|
<T extends DefaultXmlConfig> |
DefaultXmlConfig.setNiceFormat(CharSequence indentation)
Assign parameters for a nice format of the HTML result
|
Modifier and Type | Method and Description |
---|---|
DefaultXmlConfig |
DefaultXmlConfig.setCacheAllowed(boolean cacheAllowed) |
DefaultXmlConfig |
DefaultXmlConfig.setCompressedFormat()
Assign parameters for a compressed format of the HTML result
|
DefaultXmlConfig |
DefaultXmlConfig.setDefaultValue(String defaultValue)
A replacement text instead of the
null value |
DefaultXmlConfig |
DefaultXmlConfig.setDoctype(CharSequence doctype)
A header declaration of the document or a doctype
|
DefaultXmlConfig |
DefaultXmlConfig.setFirstLevel(int firstLevel)
Level of the root element, the value may be negative.
|
DefaultXmlConfig |
DefaultXmlConfig.setFormatter(Formatter formatter)
A default value formatter is implemented by the method
String.valueOf(value) |
DefaultXmlConfig |
DefaultXmlConfig.setCharset(Charset charset)
Charset
|
DefaultXmlConfig |
DefaultXmlConfig.setIndentationSpace(CharSequence indentation)
An indentation space for elements of the next level,
where default value is an empty `String`
|
DefaultXmlConfig |
DefaultXmlConfig.setNewLine(CharSequence newLine)
A new line sequence
|
Copyright 2019-2022, Pavel Ponec