com.saxonica.extra
Class DynamicFunctionCall
java.lang.Object
  
net.sf.saxon.expr.Expression
      
net.sf.saxon.expr.FunctionCall
          
net.sf.saxon.functions.SystemFunction
              
com.saxonica.extra.DynamicFunctionCall
- All Implemented Interfaces: 
 - Serializable, SourceLocator, Container, EvaluableItem, SequenceIterable, InstructionInfoProvider
 
public class DynamicFunctionCall
- extends SystemFunction
 
This class implements the extension function saxon:call(), which calls a FirstClassFunction
 previously set up using saxon:function(). The first argument is the FirstClassFunction object,
 the remaining arguments are the parameters to be supplied in the call.
- See Also:
 - Serialized Form
 
 
 
 
 
| Methods inherited from class net.sf.saxon.functions.SystemFunction | 
checkArguments, computeCardinality, computeSpecialProperties, display, getDetails, getErrorCodeForTypeErrors, getItemType, main, makeSystemFunction, optimize, setDetails | 
 
| Methods inherited from class net.sf.saxon.expr.FunctionCall | 
getArguments, getDisplayName, getFunctionNameCode, getNumberOfArguments, iterateSubExpressions, promote, replaceSubExpression, setArguments, setFunctionNameCode, simplify, typeCheck | 
 
| Methods inherited from class net.sf.saxon.expr.Expression | 
adoptChildExpression, checkPermittedContents, computeDependencies, computeStaticProperties, doPromotion, effectiveBooleanValue, evaluateAsString, evaluateItem, getCardinality, getColumnNumber, getContainingProcedure, getDependencies, getExecutable, getHostLanguage, getImplementationMethod, getInstructionInfo, getIntrinsicDependencies, getLineNumber, getLocationId, getLocationProvider, getParentExpression, getPublicId, getSlotsUsed, getSpecialProperties, getSystemId, hasBadParentPointer, markTailFunctionCalls, process, resetStaticProperties, setLocationId, setParentExpression, setParentExpression, suppressValidation | 
 
 
DynamicFunctionCall
public DynamicFunctionCall()
preEvaluate
public Expression preEvaluate(StaticContext env)
                       throws XPathException
- Pre-evaluate a function at compile time. Pre-evaluation of this function
 is not allowed because it requires access to the dynamic context
- Overrides:
 preEvaluate in class FunctionCall
 
- Throws:
 XPathException
 
 
iterate
public SequenceIterator iterate(XPathContext context)
                         throws XPathException
- Return an Iterator to iterate over the values of a sequence. The value of every
 expression can be regarded as a sequence, so this method is supported for all
 expressions. This default implementation handles iteration for expressions that
 return singleton values: for non-singleton expressions, the subclass must
 provide its own implementation.
- Specified by:
 iterate in interface SequenceIterable- Overrides:
 iterate in class Expression
 
- Parameters:
 context - supplies the context for evaluation
- Returns:
 - a SequenceIterator that can be used to iterate over the result
     of the expression
 - Throws:
 XPathException - if any dynamic error occurs evaluating the
     expression
 
 
Copyright (C) Michael H. Kay. All rights reserved.