public class Xml extends Object
Modifier and Type | Field and Description |
---|---|
static String |
XML_DEFAULT_ROOT |
static String |
XML_ELEM_CONTENT |
Constructor and Description |
---|
Xml() |
Modifier and Type | Method and Description |
---|---|
static manifold.rt.api.Bindings |
fromXml(String xml) |
static manifold.rt.api.Bindings |
fromXml(String xml,
boolean withTokens) |
static String |
toXml(Object jsonValue) |
static void |
toXml(Object jsonValue,
String name,
StringBuilder target,
int indent) |
public static final String XML_DEFAULT_ROOT
public static final String XML_ELEM_CONTENT
public static void toXml(Object jsonValue, String name, StringBuilder target, int indent)
public static manifold.rt.api.Bindings fromXml(String xml)
public static manifold.rt.api.Bindings fromXml(String xml, boolean withTokens)
Copyright © 2024. All rights reserved.