Uses of Class
com.github.underscore.lodash.Xml.XmlStringBuilder.Step
-
Packages that use Xml.XmlStringBuilder.Step Package Description com.github.underscore.lodash -
-
Uses of Xml.XmlStringBuilder.Step in com.github.underscore.lodash
Methods in com.github.underscore.lodash that return Xml.XmlStringBuilder.Step Modifier and Type Method Description Xml.XmlStringBuilder.Step
Xml.XmlStringBuilder. getIdentStep()
static Xml.XmlStringBuilder.Step
Xml.XmlStringBuilder.Step. valueOf(java.lang.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.Methods in com.github.underscore.lodash with parameters of type Xml.XmlStringBuilder.Step Modifier and Type Method Description static java.lang.String
U. formatXml(java.lang.String xml, Xml.XmlStringBuilder.Step identStep)
static java.lang.String
Xml. formatXml(java.lang.String xml, Xml.XmlStringBuilder.Step identStep)
static java.lang.String
U. jsonToXml(java.lang.String json, Xml.XmlStringBuilder.Step identStep)
static java.lang.String
Xml. toXml(java.util.Collection collection, Xml.XmlStringBuilder.Step identStep)
static java.lang.String
Xml. toXml(java.util.Map map, Xml.XmlStringBuilder.Step identStep)
Constructors in com.github.underscore.lodash with parameters of type Xml.XmlStringBuilder.Step Constructor Description XmlStringBuilder(java.lang.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, java.lang.String encoding, java.lang.String standalone)
-