On 20/09/20 22:42, Andreas Mixich wrote:
Currently I get the error:
[XPTY0004] com.vladsch.flexmark.parser.Parser$Builder:build: Multiple functions with 1.
Hi Andreas,
this is because of Java distinguishes method signatures not only by number of parameters but also by type. You have to use the middle-dot notation to clearly define which method you need as in [1].
Regards,
Marco.
[1] https://docs.basex.org/wiki/Java_Bindings#Functions_and_Variables