Uses of Class
com.github.jsonldjava.core.DocumentLoader
Packages that use DocumentLoader
-
Uses of DocumentLoader in com.github.jsonldjava.core
Fields in com.github.jsonldjava.core declared as DocumentLoaderModifier and TypeFieldDescriptionprivate DocumentLoader
JsonLdOptions.documentLoader
http://www.w3.org/TR/json-ld-api/#widl-JsonLdOptions-documentLoaderMethods in com.github.jsonldjava.core that return DocumentLoaderModifier and TypeMethodDescriptionDocumentLoader.addInjectedDoc
(String url, String doc) Avoid resolving a document by instead using the given serialised representation.JsonLdOptions.getDocumentLoader()
Methods in com.github.jsonldjava.core with parameters of type DocumentLoaderModifier and TypeMethodDescriptionvoid
JsonLdOptions.setDocumentLoader
(DocumentLoader documentLoader)