Extractor API.See: Description
| Interface | Description |
|---|---|
| TagSoupExtractionResult |
This interface models a specific
ExtractionResult
able to collect property roots generated by HTML Microformat extractions. |
| Class | Description |
|---|---|
| ExampleInputOutput |
A reporter for example input and output of an extractor.
|
| ExtractionResultImpl |
A default implementation of
ExtractionResult; it receives
extraction output from one Extractor working on one document,
and passes the output on to a TripleHandler. |
| ExtractorRegistryImpl |
Singleton class acting as a register for all the various
Extractor. |
| SimpleExtractorFactory<T extends Extractor<?>> |
This class is a simple and default-like implementation of
ExtractorFactory. |
| SingleDocumentExtraction |
This class acts as facade where all the extractors were called on a single document.
|
| SingleDocumentExtractionReport |
This class provides the report for a
SingleDocumentExtraction run. |
| TagSoupExtractionResult.PropertyPath |
Defines a property path object.
|
| TagSoupExtractionResult.ResourceRoot |
Defines a property root object.
|
Extractor API.Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.