public class XmlUtils extends Object
XmlUtils()
static <T> T
decode(String xml)
static String
encode(Object obj, String rootName)
getAttribute(String xml, String path, String attributeName)
setAttribute(String xml, String path, String attributeName, String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public XmlUtils()
public static String encode(Object obj, String rootName)
public static <T> T decode(String xml)
public static String setAttribute(String xml, String path, String attributeName, String value)
public static String getAttribute(String xml, String path, String attributeName)