Package org.basex.query.util
Interface UriResolver
public interface UriResolver
Interface for resolving URIs in query modules.
-
Method Summary
-
Method Details
-
resolve
Locates a file, given the optional namespace URI and a path to the location.- Parameters:
path- path (relative or absolute)uri- uri (can benull)base- base uri (can benull)- Returns:
- reference to resources
-