Package manifold.xml.rt
Class Xml
- java.lang.Object
-
- manifold.xml.rt.Xml
-
public class Xml extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringXML_DEFAULT_ROOTstatic StringXML_ELEM_CONTENT
-
Constructor Summary
Constructors Constructor Description Xml()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static manifold.rt.api.BindingsfromXml(String xml)static manifold.rt.api.BindingsfromXml(String xml, boolean withTokens)static StringtoXml(Object jsonValue)static voidtoXml(Object jsonValue, String name, StringBuilder target, int indent)
-
-
-
Field Detail
-
XML_DEFAULT_ROOT
public static final String XML_DEFAULT_ROOT
- See Also:
- Constant Field Values
-
XML_ELEM_CONTENT
public static final String XML_ELEM_CONTENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
toXml
public static void toXml(Object jsonValue, String name, StringBuilder target, int indent)
-
fromXml
public static manifold.rt.api.Bindings fromXml(String xml)
-
fromXml
public static manifold.rt.api.Bindings fromXml(String xml, boolean withTokens)
-
-