public abstract class OXQFunctionEvaluator
extends java.lang.Object
entity resolver
.OXQEntityKind.EXTERNAL_FUNCTION
, OXQEntity
Modifier and Type | Method and Description |
---|---|
abstract XQSequence |
evaluate(OXQFunctionContext context, XQSequence[] params)
Called at runtime when the external function is invoked.
|
public abstract XQSequence evaluate(OXQFunctionContext context, XQSequence[] params) throws XQException
context
- provides facilities that may be useful to the external function implementationparams
- input parameter bindings for the external function callXQException