Package | Description |
---|---|
org.ujorm.tools.xml.builder |
Modifier and Type | Method and Description |
---|---|
static XmlPrinter |
XmlPrinter.forHtml()
Crete a new instance including a DOCTYPE.
|
static XmlPrinter |
XmlPrinter.forHtml(Appendable out)
Crete a new instance including a DOCTYPE
|
static <T> XmlPrinter |
XmlPrinter.forHtml(Appendable out,
HtmlConfig config)
Create XmlPrinter for UTF-8
|
static XmlPrinter |
XmlPrinter.forHtml(Object httpServletResponse)
Create XmlPrinter for UTF-8
|
static XmlPrinter |
XmlPrinter.forHtml(Object httpServletResponse,
HtmlConfig config)
Create XmlPrinter for UTF-8.
|
static XmlPrinter |
XmlPrinter.forHtml(Object httpServletResponse,
Charset charset,
String indentationSpace,
boolean noCache)
Create XmlPrinter for UTF-8
|
static XmlPrinter |
XmlPrinter.forNiceHtml(Appendable out)
Crete a new instance including a DOCTYPE
|
static XmlPrinter |
XmlPrinter.forNiceHtml(Object httpServletResponse)
Create XmlPrinter for UTF-8
|
static XmlPrinter |
XmlPrinter.forNiceXml()
Crete a new instance with a formatted output.
|
static XmlPrinter |
XmlPrinter.forXml()
Crete a new instance including a XML_HEADER.
|
static XmlPrinter |
XmlPrinter.forXml(Appendable out,
XmlConfig config)
A basic XmlPrinter factory method.
|
XmlPrinter |
XmlBuilder.getWriter()
Writer
|
Constructor and Description |
---|
XmlBuilder(CharSequence name,
XmlPrinter writer)
New element with a parent
|
XmlBuilder(CharSequence name,
XmlPrinter writer,
int level)
The new element constructor
|
XmlBuilder(CharSequence name,
XmlPrinter writer,
int level,
boolean printName)
The new element constructor
|
Copyright 2019-2022, Pavel Ponec