- All Modules
- All Functions
-
www.w3.org
- 2005
- XDM
- store
- introspection
- reflection
- external
-
xqdoc
-
xqdoc
(E)
-
project_xqdoc
- xqdoc2xhtml
-
xqdoc
(E)
- data processing
- expath.org
- www.functx.com
- Zorba
- debugger
- error
- jsoniq.org
- www.zorba-xquery.com
http://www.zorba-xquery.com/modules/debugger/dbgp-message-handler
Module Description
Before using any of the functions below please remember to import the module namespace:
import module namespace dmh = "http://www.zorba-xquery.com/modules/debugger/dbgp-message-handler";
Zorba debugger module.
Author:
Gabriel Petrovay
XQuery version and encoding for this module:
xquery version "3.0" encoding "utf-8";
Zorba version for this module:
The latest version of this module is 1.0. For more information about module versioning in Zorba please check out this resource.
Module Resources
- the XQuery module can be found here.
Module Dependencies
Imported modules:
Namespaces
base64 | http://www.zorba-xquery.com/modules/converters/base64 |
dmh | http://www.zorba-xquery.com/modules/debugger/dbgp-message-handler |
ver | http://www.zorba-xquery.com/options/versioning |
Variables
$dmh:debug as xs:boolean Set this variale to true if you want to have mode debug information when an error occurs. |
Function Summary
process
(
$message as element(*)
) as xs:anyAtomicType* Process one message received from the Zorba debugger server. |
Functions
declare function dmh:process ( $message as element(*) ) as xs:anyAtomicType*
Process one message received from the Zorba debugger server.
Parameters:
- $message the message.
Returns:
- ().