| Package | Description |
|---|---|
| com.github.underscore.lodash |
| Modifier and Type | Method and Description |
|---|---|
Xml.XmlStringBuilder.Step |
Xml.XmlStringBuilder.getIdentStep() |
static Xml.XmlStringBuilder.Step |
Xml.XmlStringBuilder.Step.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Xml.XmlStringBuilder.Step[] |
Xml.XmlStringBuilder.Step.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
U.changeXmlEncoding(String xml,
Xml.XmlStringBuilder.Step identStep,
String encoding) |
static String |
Xml.changeXmlEncoding(String xml,
Xml.XmlStringBuilder.Step identStep,
String encoding) |
static String |
U.formatXml(String xml,
Xml.XmlStringBuilder.Step identStep) |
static String |
Xml.formatXml(String xml,
Xml.XmlStringBuilder.Step identStep) |
static String |
U.jsonToXml(String json,
Xml.XmlStringBuilder.Step identStep) |
static String |
Xml.toXml(Collection collection,
Xml.XmlStringBuilder.Step identStep) |
static String |
Xml.toXml(Map map,
Xml.XmlStringBuilder.Step identStep) |
| Constructor and Description |
|---|
XmlStringBuilder(StringBuilder builder,
Xml.XmlStringBuilder.Step identStep,
int ident) |
XmlStringBuilderText(Xml.XmlStringBuilder.Step identStep,
int ident) |
XmlStringBuilderWithoutHeader(Xml.XmlStringBuilder.Step identStep,
int ident) |
XmlStringBuilderWithoutRoot(Xml.XmlStringBuilder.Step identStep,
String encoding,
String standalone) |
Copyright © 2020. All rights reserved.