Changes

Jump to navigation Jump to search
135 bytes added ,  16:49, 22 December 2015
A Java variable is retrieved, and a Java function is invoked, by a usual XQuery function call. The namespace of its QName identifies the class, and the local part, which is rewritten to camel case, identifies a variable or function of that class:
* {| class="wikitable sortable" width="100%"|- valign="top"! Type! XQuery! Java|- valign="top"| Variable| <code>Q{java.lang.Integer}MIN_VALUE()</code> | <code>Integer#MIN_VALUE</code>* |- valign="top"| Function| <code>Q{java.lang.Object}hash-code()</code> | <code>Object#hashCode()</code>|}
=Namespace Declarations=
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu