RESTXQ Function Module
rest:base-uri() as xs:anyURI
This function returns the implementation defined base URI of the Resource Function.
rest:resource-functions() as document-node()
Gets a list of all the registered resource functions.
rest:uri() as xs:anyURI
This function is returns the complete URI that addresses the Resource Function. Typically this is the rest:base-uri() appended with the path from the Path Annotation (if present) of the Resource Function.