Uses of Class
org.apache.any23.extractor.ExtractionContext
-
Packages that use ExtractionContext Package Description org.apache.any23.extractor org.apache.any23.writer -
-
Uses of ExtractionContext in org.apache.any23.extractor
Methods in org.apache.any23.extractor that return ExtractionContext Modifier and Type Method Description ExtractionContext
ExtractionContext. copy(String localID)
Methods in org.apache.any23.extractor with parameters of type ExtractionContext Modifier and Type Method Description ExtractionResult
ExtractionResult. openSubResult(ExtractionContext extractionContext)
Open a result nested in the current one.void
Extractor. run(ExtractionParameters extractionParameters, ExtractionContext context, Input in, ExtractionResult out)
Executes the extractor. -
Uses of ExtractionContext in org.apache.any23.writer
Methods in org.apache.any23.writer with parameters of type ExtractionContext Modifier and Type Method Description void
TripleHandler. closeContext(ExtractionContext context)
Informs the handler that no more triples will come from a previously opened context.void
TripleHandler. openContext(ExtractionContext context)
Informs the handler that a new context has been established.void
TripleHandler. receiveNamespace(String prefix, String uri, ExtractionContext context)
Invoked with a currently open context, notifies the detection of a namespace.void
TripleHandler. receiveTriple(org.eclipse.rdf4j.model.Resource s, org.eclipse.rdf4j.model.IRI p, org.eclipse.rdf4j.model.Value o, org.eclipse.rdf4j.model.IRI g, ExtractionContext context)
Invoked with a currently open context, notifies the detection of a triple.
-