eXist-db Documentation - XQuery in eXist-db

Submitted by michael on Tue, 03/24/2015 - 09:13
Excerpt

Creating Modules in Java To
register a Java-based XQuery modules, eXist-db requires a namespace URI by which the
module is identified, and the list of functions it supplies. For this, you need only to
pass a driver class to the XQuery engine, and this class should implement the interface
org.exist.xpath.InternalModule.