public class JsonToXMLFn extends SystemFunctionCall implements Callable
operationargumentEFFECTIVE_BOOLEAN_VALUE, EVALUATE_METHOD, ITEM_FEED_METHOD, ITERATE_METHOD, locationId, MAX_SEQUENCE_LENGTH, MAX_STRING_LENGTH, PROCESS_METHOD, staticProperties, UNBOUNDED_LOWER, UNBOUNDED_UPPER, WATCH_METHOD| Constructor and Description | 
|---|
| JsonToXMLFn() | 
| Modifier and Type | Method and Description | 
|---|---|
| Sequence | call(XPathContext context,
    Sequence[] arguments)Evaluate the expression | 
| protected Item | eval(String input,
    MapItem options,
    XPathContext context)Parse the JSON string according to supplied options | 
| Item | evaluateItem(XPathContext context)Evaluate the function to produce a single item or an empty sequence | 
| Expression | preEvaluate(ExpressionVisitor visitor)Pre-evaluate a function at compile time. | 
addContextDocumentArgument, addDocToPathMap, bindStaticContext, checkArguments, computeCardinality, computeSpecialProperties, copy, equalOrNull, equals, getContextNode, getConvertingCallable, getDefaultArgumentNode, getDetails, getErrorCodeForTypeErrors, getFunctionItemType, getImplementationMethod, getItemType, getOperation, getRequiredType, makeSystemFunction, operands, optimize, setDetails, toShortString, useContextItemAsDefaultaddExternalFunctionCallToPathMap, checkArgumentCount, explain, getArguments, getDisplayName, getExpressionName, getFunctionName, getNumberOfArguments, hashCode, promote, replaceOperand, setArguments, setFunctionName, simplifyArguments, toString, typeCheckaddToPathMap, adoptChildExpression, checkForUpdatingSubexpressions, checkPermittedContents, clearStreamabilityData, computeDependencies, computeStaticProperties, doPromotion, dynamicError, effectiveBooleanValue, evaluateAsString, evaluatePendingUpdates, explain, getCardinality, getColumnNumber, getConfiguration, getConstructType, getContainer, getDependencies, getEvaluationMethod, getExpressionCompiler, getHostLanguage, getIntegerBounds, getIntrinsicDependencies, getLineNumber, getLocationId, getObjectName, getPosture, getProperties, getProperty, getPublicId, getSlotsUsed, getSpecialProperties, getStreamability, getStreamingAdjunct, getSweep, getSystemId, hasVariableBinding, identityHashCode, implementsStaticTypeCheck, isIdentical, isSubtreeExpression, isUpdatingExpression, isVacuousExpression, iterate, iterateEvents, makeStreamingAdjunct, markTailFunctionCalls, operandList, process, resetLocalStaticProperties, setContainer, setEvaluationMethod, setFiltered, setFlattened, setLocationId, setPostureAndSweep, simplify, staticTypeCheck, suppressValidation, toPattern, toStreamingPattern, typeError, unorderedpublic Expression preEvaluate(ExpressionVisitor visitor) throws XPathException
FunctionCallpreEvaluate in class FunctionCallvisitor - an expression visitorXPathException - if evaluation failspublic Item evaluateItem(XPathContext context) throws XPathException
evaluateItem in class Expressioncontext - the context in which the expression is to be evaluatedXPathException - if a failure occurs, e.g. bad JSON syntaxpublic Sequence call(XPathContext context, Sequence[] arguments) throws XPathException
call in interface Callablecontext - the dynamic evaluation contextarguments - the values of the arguments, supplied as SequenceIteratorsXPathException - if a dynamic error occurs during the evaluation of the expressionprotected Item eval(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.