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 DocumentLoader
JsonLdOptions. documentLoader
http://www.w3.org/TR/json-ld-api/#widl-JsonLdOptions-documentLoaderMethods in com.github.jsonldjava.core that return DocumentLoader Modifier and Type Method Description DocumentLoader
DocumentLoader. addInjectedDoc(java.lang.String url, java.lang.String doc)
Avoid resolving a document by instead using the given serialised representation.DocumentLoader
JsonLdOptions. getDocumentLoader()
Methods in com.github.jsonldjava.core with parameters of type DocumentLoader Modifier and Type Method Description void
JsonLdOptions. setDocumentLoader(DocumentLoader documentLoader)
-