Interface UriResolver


public interface UriResolver
Interface for resolving URIs in query modules.
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(String path, String uri, Uri base)
    Locates a file, given the optional namespace URI and a path to the location.
  • Method Details

    • resolve

      IO resolve(String path, String uri, Uri base)
      Locates a file, given the optional namespace URI and a path to the location.
      Parameters:
      path - path (relative or absolute)
      uri - uri (can be null)
      base - base uri (can be null)
      Returns:
      reference to resources