Hi,
The wiki page at http://docs.basex.org/wiki/Java_Bindings contains the following example:
Q{java:java.lang.Math}cos(xs:double(0))
which if I am right is the old syntax for EQNames, which should be now:
"java:java.lang.Math":cos(xs:double(0))
Just in case. Regards,