The Java Binding [[Querying|query]] feature is an extensibility mechanism which allows direct callingof Java methods bound as XQuery functions and manipulation of wrapped Java objects.The following examples introduce the behavior. Please note that the namespace URImust be of the form <code>java:fullyQualifiedClassName</code>.
This example uses the java <code>Math</code> class and returns the cosine of an angle: