Loading TOC...

xdmp.functionReturnType

xdmp.functionReturnType(
   function as function(*)
) as String

Summary

Returns the return type from the given function's signature.

Parameters
function The function value.

Example

var fn = xdmp.function(fn.QName("http://www.w3.org/2005/xpath-functions",
                                "empty"));
xdmp.functionReturnType(fn);
=> "xs:boolean"

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.