Functions for inspecting XQuery modules and functions
Returns an XML fragment describing the function referenced by the passed function item.
$function | The function item to inspect |
Compiles a library module from source (without importing it) and returns an XML fragment describing the module and the functions/variables contained in it.
$location | The location URI of the module to inspect |
Returns an XML fragment describing the library module identified by the given namespace URI and the functions/variables contained in it.
$uri | The namespace URI of the module to inspect |
Returns a sequence of function items pointing to each public function in the current module.
Returns a sequence of function items pointing to each public function in the specified module.
$location | The location URI of the module to be loaded. |
Returns a sequence of function items pointing to each public function in the specified module.
$uri | The URI of the module to be loaded. |