Loading TOC...

MarkLogic 12 Product Documentation
xdmp:functions

xdmp:functions(
   $dialect as xs:string?
) as function(*)*

Summary

Returns all in-scope functions.

Parameters
dialect The dialect for which to return functions. Valid values "marklogic_legacy","pedantic_1_0","marklogic_1_0","xslt_2_0","use_when","xslt_pattern","pedantic_3_0","pedantic_3_1","marklogic_sql","marklogic_optic","javascript","js_module" and "js_script".

Example

xdmp:describe(fn:function-name(xdmp:functions()[1]))
=> "xs:QName("cts:element-range-query-options")"

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