public abstract class RecursiveFunctionCall
extends net.sf.saxon.expr.FunctionCall
| Constructor and Description |
|---|
RecursiveFunctionCall() |
| Modifier and Type | Method and Description |
|---|---|
abstract RecursiveFunctionCall |
copy() |
abstract RecursiveFunctionCall |
newInstance(net.sf.saxon.expr.StaticContext env,
net.sf.saxon.expr.Container container)
New instance.
|
addExternalFunctionCallToPathMap, equals, explain, getArguments, getDisplayName, getExpressionName, getFunctionName, getNumberOfArguments, hashCode, iterateSubExpressions, optimize, preEvaluate, promote, replaceSubExpression, setArguments, setFunctionName, simplify, toString, typeCheckaddToPathMap, adoptChildExpression, checkForUpdatingSubexpressions, checkPermittedContents, computeDependencies, computeStaticProperties, doPromotion, effectiveBooleanValue, evaluateAsString, evaluateItem, evaluatePendingUpdates, explain, getCardinality, getColumnNumber, getColumnNumber, getConstructType, getContainer, getDependencies, getEvaluationMethod, getExecutable, getHostLanguage, getImplementationMethod, getIntegerBounds, getIntrinsicDependencies, getItemType, 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 abstract RecursiveFunctionCall newInstance(net.sf.saxon.expr.StaticContext env, net.sf.saxon.expr.Container container) throws net.sf.saxon.trans.XPathException
env - the envcontainer - the containernet.sf.saxon.trans.XPathException - the x path exceptionpublic abstract RecursiveFunctionCall copy()
copy in class net.sf.saxon.expr.Expression