| Package | Description |
|---|---|
| org.apache.any23.extractor | |
| org.apache.any23.writer |
| Modifier and Type | Method and Description |
|---|---|
ExtractionContext |
ExtractionContext.copy(String localID) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.URI g,
ExtractionContext context)
Invoked with a currently open context,
notifies the detection of a triple.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.