Uses of Class
com.github.jsonldjava.core.DocumentLoader
-
Packages that use DocumentLoader Package Description com.github.jsonldjava.core -
-
Uses of DocumentLoader in com.github.jsonldjava.core
Fields in com.github.jsonldjava.core declared as DocumentLoader Modifier and Type Field Description private DocumentLoaderJsonLdOptions. documentLoaderhttp://www.w3.org/TR/json-ld-api/#widl-JsonLdOptions-documentLoaderMethods in com.github.jsonldjava.core that return DocumentLoader Modifier and Type Method Description DocumentLoaderDocumentLoader. addInjectedDoc(java.lang.String url, java.lang.String doc)Avoid resolving a document by instead using the given serialised representation.DocumentLoaderJsonLdOptions. getDocumentLoader()Methods in com.github.jsonldjava.core with parameters of type DocumentLoader Modifier and Type Method Description voidJsonLdOptions. setDocumentLoader(DocumentLoader documentLoader)
-