java.lang.Object
com.github.underscore.Xml
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumprotected static classstatic enumstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic StringchangeXmlEncoding(String xml, Xml.XmlStringBuilder.Step identStep, String encoding) static StringchangeXmlEncoding(String xml, String encoding) static Stringstatic StringformatXml(String xml, Xml.XmlStringBuilder.Step identStep) static Objectstatic ObjectfromXml(String xml, Xml.FromType fromType) static ObjectfromXmlMakeArrays(String xml) static ObjectfromXmlWithElementMapper(String xml, BiFunction<Object, Set<String>, String> elementMapper) static Objectstatic Objectstatic Objectstatic ObjectstringToNumber(String number) static StringtoXml(Collection collection) static StringtoXml(Collection collection, Xml.XmlStringBuilder.Step identStep) static Stringstatic StringtoXml(Map map, Xml.XmlStringBuilder.Step identStep) static StringtoXml(Map map, Xml.XmlStringBuilder.Step identStep, String newRootName) static StringtoXml(Map map, Xml.XmlStringBuilder.Step identStep, String newRootName, Xml.ArrayTrue arrayTrue) static StringtoXmlWithoutRoot(Collection collection, Xml.XmlStringBuilder.Step identStep)
-
Method Details
-
toXml
-
toXmlWithoutRoot
-
toXml
-
toXml
-
toXml
-
toXml
public static String toXml(Map map, Xml.XmlStringBuilder.Step identStep, String newRootName, Xml.ArrayTrue arrayTrue) -
toXml
-
stringToNumber
-
fromXml
-
fromXml
-
fromXmlMakeArrays
-
fromXmlWithElementMapper
-
fromXmlWithoutNamespaces
-
fromXmlWithoutAttributes
-
fromXmlWithoutNamespacesAndAttributes
-
formatXml
-
formatXml
-
changeXmlEncoding
public static String changeXmlEncoding(String xml, Xml.XmlStringBuilder.Step identStep, String encoding) -
changeXmlEncoding
-