pub async fn expand_iri_with<'a, N, L, W>(
env: Environment<'a, N, L, W>,
active_context: &'a mut Context<<N as IriVocabulary>::Iri, <N as BlankIdVocabulary>::BlankId>,
value: Nullable<ExpandableRef<'a>>,
document_relative: bool,
vocab: Option<Action>,
local_context: &'a Merged<'a>,
defined: &'a mut DefinedTerms,
remote_contexts: ProcessingStack<<N as IriVocabulary>::Iri>,
options: Options,
) -> Result<Option<Term<<N as IriVocabulary>::Iri, <N as BlankIdVocabulary>::BlankId>>, Error>where
N: VocabularyMut,
<N as IriVocabulary>::Iri: Clone + Eq + Hash,
<N as BlankIdVocabulary>::BlankId: Clone + PartialEq,
L: Loader,
W: WarningHandler<N>,
Expand description
Default values for document_relative
and vocab
should be false
and true
.