Interface | Description |
---|---|
JsonHandler |
Interface for generating output from parsing JSON strings
|
Class | Description |
---|---|
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
|
JsonToXMLFn |
Implements the json-to-xml function defined in XSLT 3.0.
|
ParseJsonFn |
Implements the parse-json function.
|
SerializeJsonFn |
Implements the serialize-json function defined in Functions and Operators 3.0.
|
XMLToJsonFn |
Implement the XML to JSON conversion as a built-in function - fn:xml-to-json()
|
XMLToJsonTransform |
Implement the XML to JSON conversion as a built-in function - fn:xml-to-json()
|
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.