public class ParseJsonFn extends JsonToXMLFn
| Constructor and Description |
|---|
ParseJsonFn() |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
eval(String input,
MapItem options,
XPathContext context)
Parse the JSON string according to supplied options
|
static Item |
parse(String input,
MapItem options,
XPathContext context)
Parse the JSON string according to supplied options
|
callequals, export, exportAttributes, getArity, getCardinality, getContextNode, getDescription, getDetails, getErrorCodeForTypeErrors, getExpressionCompiler, getFunctionItemType, getFunctionName, getIntegerBounds, getOperandRoles, getRequiredType, getResultItemType, getResultItemType, getRetainedStaticContext, getSpecialProperties, getStaticBaseUriString, getStreamingAdjunct, importAttributes, makeCall, makeFunction, makeFunctionCall, makeOptimizedFunctionCall, resultIfEmpty, setArity, setDetails, setRetainedStaticContext, supplyTypeInformation, typeCheckCalleratomize, deepEquals, effectiveBooleanValue, getStringValue, getStringValueCS, isArray, isMap, optimize, simplify, typeCheckgetLength, head, itemAt, iterate, reduce, subsequenceclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLength, head, itemAt, reduce, subsequenceprotected Item eval(String input, MapItem options, XPathContext context) throws XPathException
eval in class JsonToXMLFninput - JSON input stringoptions - options for the conversion as a map of xs:string : value pairscontext - XPath evaluation contextXPathException - if the syntax of the input is incorrectpublic static Item parse(String input, MapItem options, XPathContext context) throws XPathException
input - JSON input stringoptions - options for the conversion as a map of xs:string : value pairscontext - XPath evaluation contextXPathException - if the syntax of the input is incorrectCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.