I am relatively new to Xquery, what I am trying to do is Call a custom Java method from Xquery.
Java Method: Class Test.java
public String getData(){
return “test”
}
How will I call this custom method in Xquery module.
I tried using Java binding basex module but no luck