Package com.github.underscore.lodash
Class Xml
- java.lang.Object
-
- com.github.underscore.lodash.Xml
-
public final class Xml extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Xml.FromType
static class
Xml.XmlArray
static class
Xml.XmlObject
static class
Xml.XmlStringBuilder
static class
Xml.XmlStringBuilderText
static class
Xml.XmlStringBuilderWithoutHeader
static class
Xml.XmlStringBuilderWithoutRoot
static class
Xml.XmlValue
-
Constructor Summary
Constructors Constructor Description Xml()
-
Method Summary
-
-
-
Method Detail
-
toXml
public static String toXml(Collection collection, Xml.XmlStringBuilder.Step identStep)
-
toXml
public static String toXml(Collection collection)
-
toXml
public static String toXml(Map map, Xml.XmlStringBuilder.Step identStep)
-
fromXml
public static Object fromXml(String xml, Xml.FromType fromType)
-
fromXmlWithElementMapper
public static Object fromXmlWithElementMapper(String xml, BiFunction<Object,Set<String>,String> elementMapper)
-
fromXmlWithoutNamespacesAndAttributes
public static Object fromXmlWithoutNamespacesAndAttributes(String xml)
-
formatXml
public static String formatXml(String xml, Xml.XmlStringBuilder.Step identStep)
-
changeXmlEncoding
public static String changeXmlEncoding(String xml, Xml.XmlStringBuilder.Step identStep, String encoding)
-
-