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.
input| Constructor and Description |
|---|
JsonMLConverter(InputInfo ii)
Constructor.
|
public JsonMLConverter(InputInfo ii)
ii - input infopublic ANode parse(byte[] q) throws QueryException
XMLConverterparse in class XMLConverterq - queryQueryException - query exception