ModuleURIResolver (original) (raw)

All Known Implementing Classes:

[StandardModuleURIResolver](StandardModuleURIResolver.html "class in net.sf.saxon.lib")


public interface ModuleURIResolver

A ModuleURIResolver is used when resolving references to query modules. It takes as input a URI that identifies the module to be loaded, and a set of location hints, and returns one or more StreamSource objects containing the queries to be imported.

Locate a query module, or a set of query modules, given the identifying URI and a set of associated location hints.