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 ExtractionContextExtractionContext. copy(String localID)Methods in org.apache.any23.extractor with parameters of type ExtractionContext Modifier and Type Method Description ExtractionResultExtractionResult. openSubResult(ExtractionContext extractionContext)Open a result nested in the current one.voidExtractor. 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 voidTripleHandler. closeContext(ExtractionContext context)Informs the handler that no more triples will come from a previously opened context.voidTripleHandler. openContext(ExtractionContext context)Informs the handler that a new context has been established.voidTripleHandler. receiveNamespace(String prefix, String uri, ExtractionContext context)Invoked with a currently open context, notifies the detection of a namespace.voidTripleHandler. 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.
-