<<
Compiling functions
>>
XQuery function compiled to Java method.
Each XQuery parameter becomes a Java parameter.
Compiler adds a
CallContext
parameter.
Method result is
void
; result passed to caller using SAX-like event calls on
CallContext
.
Query body treated as a zero-parameter function.