Interface LoaderApi<R>

All Known Implementing Classes:
CompactionApi, ExpansionApi, FlatteningApi, FramingApi, FromRdfApi, ToRdfApi

public interface LoaderApi<R>
  • Method Summary

    Modifier and Type
    Method
    Description
    Set the loader to be used to retrieve remote documents and contexts, implementing the DocumentLoader.
  • Method Details

    • loader

      R loader(DocumentLoader loader)
      Set the loader to be used to retrieve remote documents and contexts, implementing the DocumentLoader. If specified, it is used to retrieve remote documents and contexts; otherwise, if not specified, the processor's built-in loader is used.
      Parameters:
      loader -
      Returns:
      builder instance