Class StaticContext.Builder

    • Method Detail

      • baseUri

        @NonNull
        public StaticContext.Builder baseUri​(@NonNull
                                             URI uri)
        Sets the static base URI to use in resolving URIs handled by the Metapath processor, when a document base URI is not available. There is only a single base URI. Subsequent calls to this method will change the base URI.
        Parameters:
        uri - the base URI to use
        Returns:
        this builder