public class XBRLCustomFunctionImplementationFunction extends RecursiveFunctionCall
| Constructor and Description |
|---|
XBRLCustomFunctionImplementationFunction(XBRLCustomFunctionImplementation xbrlCustomFunctionImplementation)
Instantiates a new XBRL custom function implementation function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
adoptChildExpression(net.sf.saxon.expr.Expression child) |
XBRLCustomFunctionImplementationFunction |
copy() |
void |
explain(net.sf.saxon.trace.ExpressionPresenter out) |
net.sf.saxon.type.ItemType |
getItemType(net.sf.saxon.type.TypeHierarchy th) |
net.sf.saxon.om.SequenceIterator<? extends net.sf.saxon.om.Item> |
iterate(net.sf.saxon.expr.XPathContext context) |
java.util.Iterator<net.sf.saxon.expr.Expression> |
iterateSubExpressions() |
RecursiveFunctionCall |
newInstance(net.sf.saxon.expr.StaticContext env,
net.sf.saxon.expr.Container container)
New instance.
|
net.sf.saxon.expr.Expression |
optimize(net.sf.saxon.expr.parser.ExpressionVisitor visitor,
net.sf.saxon.expr.parser.ExpressionVisitor.ContextItemType contextItemType) |
net.sf.saxon.expr.Expression |
simplify(net.sf.saxon.expr.parser.ExpressionVisitor visitor) |
java.lang.String |
toString() |
net.sf.saxon.expr.Expression |
typeCheck(net.sf.saxon.expr.parser.ExpressionVisitor visitor,
net.sf.saxon.expr.parser.ExpressionVisitor.ContextItemType contextItemType) |
addExternalFunctionCallToPathMap, equals, getArguments, getDisplayName, getExpressionName, getFunctionName, getNumberOfArguments, hashCode, preEvaluate, promote, replaceSubExpression, setArguments, setFunctionNameaddToPathMap, 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, iterateEvents, iterateSameFocusSubExpressions, markTailFunctionCalls, process, resetLocalStaticProperties, setContainer, setEvaluationMethod, setFiltered, setFlattened, setLocationId, staticTypeCheck, suppressValidationpublic XBRLCustomFunctionImplementationFunction(XBRLCustomFunctionImplementation xbrlCustomFunctionImplementation) throws XFxbrlcfieInputMismatch
xbrlCustomFunctionImplementation - the xbrl custom function implementationXFxbrlcfieInputMismatch - the x fxbrlcfie input mismatchpublic void explain(net.sf.saxon.trace.ExpressionPresenter out)
explain in class net.sf.saxon.expr.FunctionCallpublic net.sf.saxon.om.SequenceIterator<? extends net.sf.saxon.om.Item> iterate(net.sf.saxon.expr.XPathContext context)
throws net.sf.saxon.trans.XPathException
iterate in class net.sf.saxon.expr.Expressionnet.sf.saxon.trans.XPathExceptionpublic void adoptChildExpression(net.sf.saxon.expr.Expression child)
adoptChildExpression in class net.sf.saxon.expr.Expressionpublic java.util.Iterator<net.sf.saxon.expr.Expression> iterateSubExpressions()
iterateSubExpressions in class net.sf.saxon.expr.FunctionCallpublic net.sf.saxon.type.ItemType getItemType(net.sf.saxon.type.TypeHierarchy th)
getItemType in class net.sf.saxon.expr.Expressionpublic RecursiveFunctionCall newInstance(net.sf.saxon.expr.StaticContext env, net.sf.saxon.expr.Container container) throws net.sf.saxon.trans.XPathException
RecursiveFunctionCallnewInstance in class RecursiveFunctionCallenv - the envcontainer - the containernet.sf.saxon.trans.XPathException - the x path exceptionpublic XBRLCustomFunctionImplementationFunction copy()
copy in class RecursiveFunctionCallpublic java.lang.String toString()
toString in class net.sf.saxon.expr.FunctionCallpublic net.sf.saxon.expr.Expression optimize(net.sf.saxon.expr.parser.ExpressionVisitor visitor,
net.sf.saxon.expr.parser.ExpressionVisitor.ContextItemType contextItemType)
throws net.sf.saxon.trans.XPathException
optimize in class net.sf.saxon.expr.FunctionCallnet.sf.saxon.trans.XPathExceptionpublic 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 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.FunctionCallnet.sf.saxon.trans.XPathException