Interface DocumentLoader

    • Method Detail

      • loadDocument

        Document loadDocument​(java.net.URI url,
                              DocumentLoaderOptions options)
                       throws JsonLdError
        Retrieve a remote document.
        Parameters:
        url - of the remote document to fetch
        options - to set the behavior of the loader
        Returns:
        Document representing a remote document
        Throws:
        JsonLdError