Package org.meeuw.json.xml
Class Xml2Json
- java.lang.Object
-
- org.meeuw.json.xml.Xml2Json
-
public class Xml2Json extends Object
- Since:
- 0.9
- Author:
- Michiel Meeuwissen
-
-
Constructor Summary
Constructors Constructor Description Xml2Json(OutputStream out)
-
-
-
Constructor Detail
-
Xml2Json
public Xml2Json(OutputStream out) throws IOException
- Throws:
IOException
-
-
Method Detail
-
parse
public void parse(InputStream input) throws ParserConfigurationException, SAXException, IOException
-
-