See: Description
Class | Description |
---|---|
JsonDoc |
Implements the json-to-xml function defined in XSLT 3.0.
|
JsonHandler |
Default handler class for accepting the result from parsing JSON strings
|
JsonHandlerMap |
Event handler for the JSON parser which constructs a structure of maps and arrays
representing the content of the JSON text.
|
JsonHandlerXML |
Handler to generate an XML representation of JSON from a series of events
|
JsonParser |
Parser for JSON, which notifies parsing events to a JsonHandler
|
JsonReceiver |
A Receiver which receives a stream of XML events using the vocabulary defined for the XML representation
of JSON in XSLT 3.0, and which generates the corresponding JSON text as a string
|
JsonToXMLFn |
Implements the json-to-xml function defined in XSLT 3.0.
|
ParseJsonFn |
Implements the parse-json function, as defined in XPath 3.1
The parsing code, and the handling of options is shared with the json-to-xml function.
|
XMLToJsonFn |
Implement the XML to JSON conversion as a built-in function - fn:xml-to-json()
|
This package implements support for JSON: it includes classes that implement the XPath 3.1 functions for JSON, and underlying support code for parsing and serializating JSON
Michael H. Kay
Saxonica Limited
June 2015
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.