Uses of Class
org.basex.http.restxq.RestXqFunction
-
Packages that use RestXqFunction Package Description org.basex.http.web -
-
Uses of RestXqFunction in org.basex.http.web
Methods in org.basex.http.web that return RestXqFunction Modifier and Type Method Description RestXqFunctionWebModules. restxq(HTTPConnection conn, QNm error)Returns a RESTXQ function that matches the current request or the specified error code best.Methods in org.basex.http.web that return types with arguments of type RestXqFunction Modifier and Type Method Description List<RestXqFunction>WebModules. checks(HTTPConnection conn)Returns permission functions that match the current request.ArrayList<RestXqFunction>WebModule. functions()Returns all RESTXQ functions.
-