zorba::ContextualExternalFunction#include <zorba/function.h> Inherited from: zorba::ExternalFunction The ContextualExternalFunction class serves as the base of subclasses that represent the implementation of contextual external functions. For each external function, an application must provide a concrete subclass of this class and "store" an instance of the subclass inside an ExternalModule object, as described here.Public Functions
Public Types
Public FunctionsevaluateItemSequence_t evaluate(const Arguments_t &, const StaticContext *, const DynamicContext *) const =0
isContextualbool isContextual() const
ReturnsTrue if the external function is contextual; false otherwise.~ContextualExternalFunction ~ContextualExternalFunction()
Public TypesProtected Functions |