org.semispace.comet.common
Class Xml2Json

java.lang.Object
  extended by org.semispace.comet.common.Xml2Json

public class Xml2Json
extends Object

Code based on information found on stack overflow.


Method Summary
static String transform(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

transform

public static final String transform(String xml)
Parameters:
xml - is presumed to have been created by xstream configured with xstream.setMode(XStream.NO_REFERENCES);


Copyright © 2008-2012. All Rights Reserved.