public abstract class XFFunctionMultiArguments extends XFFunction
| Constructor and Description |
|---|
XFFunctionMultiArguments() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
checkArguments(net.sf.saxon.expr.parser.ExpressionVisitor visitor)
Method called during static type checking.
|
java.util.Iterator<net.sf.saxon.expr.Expression> |
iterateSubExpressions() |
net.sf.saxon.expr.Expression |
preEvaluate(net.sf.saxon.expr.parser.ExpressionVisitor visitor) |
void |
setArguments(net.sf.saxon.expr.Expression[] args)
Method called by the expression parser when all arguments have been supplied.
|
net.sf.saxon.expr.Expression |
simplify(net.sf.saxon.expr.parser.ExpressionVisitor visitor)
Simplify the function call.
|
net.sf.saxon.expr.Expression |
typeCheck(net.sf.saxon.expr.parser.ExpressionVisitor visitor,
net.sf.saxon.expr.parser.ExpressionVisitor.ContextItemType contextItemType) |
addDocToPathMap, computeCardinality, computeSpecialProperties, copy, getDetails, getErrorCodeForTypeErrors, getFormulaProcessor, getItemType, makeSystemFunction, optimize, setDetails, setFormulaProcessoraddExternalFunctionCallToPathMap, equals, explain, getArguments, getDisplayName, getExpressionName, getFunctionName, getNumberOfArguments, hashCode, promote, replaceSubExpression, setFunctionName, toStringaddToPathMap, adoptChildExpression, checkForUpdatingSubexpressions, checkPermittedContents, computeDependencies, computeStaticProperties, doPromotion, effectiveBooleanValue, evaluateAsString, evaluateItem, evaluatePendingUpdates, explain, getCardinality, getColumnNumber, getColumnNumber, getConstructType, getContainer, getDependencies, getEvaluationMethod, getExecutable, getHostLanguage, getImplementationMethod, getIntegerBounds, getIntrinsicDependencies, getLineNumber, getLineNumber, getLocationId, getLocationProvider, getObjectName, getProperties, getProperty, getPublicId, getSlotsUsed, getSpecialProperties, getSystemId, getSystemId, hasLoopingSubexpression, hasVariableBinding, implementsStaticTypeCheck, isSubtreeExpression, isUpdatingExpression, isVacuousExpression, iterate, iterateEvents, iterateSameFocusSubExpressions, markTailFunctionCalls, process, resetLocalStaticProperties, setContainer, setEvaluationMethod, setFiltered, setFlattened, setLocationId, staticTypeCheck, suppressValidationpublic void setArguments(net.sf.saxon.expr.Expression[] args)
setArguments in class net.sf.saxon.expr.FunctionCallargs - the expressions contained in the argument list of the function callpublic java.util.Iterator<net.sf.saxon.expr.Expression> iterateSubExpressions()
iterateSubExpressions in class net.sf.saxon.expr.FunctionCallpublic net.sf.saxon.expr.Expression simplify(net.sf.saxon.expr.parser.ExpressionVisitor visitor)
throws net.sf.saxon.trans.XPathException
simplify in class net.sf.saxon.expr.FunctionCallvisitor - an expression visitornet.sf.saxon.trans.XPathException - the x path exceptionpublic net.sf.saxon.expr.Expression typeCheck(net.sf.saxon.expr.parser.ExpressionVisitor visitor,
net.sf.saxon.expr.parser.ExpressionVisitor.ContextItemType contextItemType)
throws net.sf.saxon.trans.XPathException
typeCheck in class net.sf.saxon.expr.FunctionCallnet.sf.saxon.trans.XPathExceptionpublic abstract void checkArguments(net.sf.saxon.expr.parser.ExpressionVisitor visitor)
throws net.sf.saxon.trans.XPathException
XFFunctioncheckArguments in class XFFunctionvisitor - the visitornet.sf.saxon.trans.XPathException - the x path exceptionpublic net.sf.saxon.expr.Expression preEvaluate(net.sf.saxon.expr.parser.ExpressionVisitor visitor)
throws net.sf.saxon.trans.XPathException
preEvaluate in class net.sf.saxon.expr.FunctionCallnet.sf.saxon.trans.XPathException