Interface LoaderApi<R>
- All Known Implementing Classes:
CompactionApi, ExpansionApi, FlatteningApi, FramingApi, FromRdfApi, ToRdfApi
public interface LoaderApi<R>
-
Method Summary
Modifier and TypeMethodDescriptionloader(DocumentLoader loader) Set the loader to be used to retrieve remote documents and contexts, implementing theDocumentLoader.
-
Method Details
-
loader
Set the loader to be used to retrieve remote documents and contexts, implementing theDocumentLoader. 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
-