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
|
call
equals, 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, typeCheckCaller
atomize, deepEquals, effectiveBooleanValue, getStringValue, getStringValueCS, isArray, isMap, optimize, simplify, typeCheck
getLength, head, itemAt, iterate, reduce, subsequence
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLength, head, itemAt, reduce, subsequence
protected Item eval(String input, MapItem options, XPathContext context) throws XPathException
eval
in class JsonToXMLFn
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 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.