public final class JsonMLConverter extends XMLConverter
This class converts a JsonML document to XML. The specified JSON input is first transformed into a tree representation and then converted to an XML document.
info| Constructor and Description |
|---|
JsonMLConverter(InputInfo ii)
Constructor.
|
public JsonMLConverter(InputInfo ii)
ii - input infopublic ANode parse(byte[] in) throws QueryException
XMLConverterparse in class XMLConverterin - inputQueryException - query exception