|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorReporter | |
|---|---|
| org.apache.any23.extractor | TODO fillme |
| org.apache.any23.rdf | TODO fillme |
| Uses of ErrorReporter in org.apache.any23.extractor |
|---|
| Subinterfaces of ErrorReporter in org.apache.any23.extractor | |
|---|---|
interface |
ExtractionResult
Interface defining the methods that a representation of an extraction result must have. |
interface |
TagSoupExtractionResult
This interface models a specific ExtractionResult
able to collect property roots generated by HTML Microformat extractions. |
| Classes in org.apache.any23.extractor that implement ErrorReporter | |
|---|---|
class |
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. |
| Uses of ErrorReporter in org.apache.any23.rdf |
|---|
| Methods in org.apache.any23.rdf that return ErrorReporter | |
|---|---|
ErrorReporter |
Any23ValueFactoryWrapper.getErrorReporter()
|
| Methods in org.apache.any23.rdf with parameters of type ErrorReporter | |
|---|---|
void |
Any23ValueFactoryWrapper.setErrorReporter(ErrorReporter er)
|
| Constructors in org.apache.any23.rdf with parameters of type ErrorReporter | |
|---|---|
Any23ValueFactoryWrapper(org.openrdf.model.ValueFactory vFactory,
ErrorReporter er)
|
|
Any23ValueFactoryWrapper(org.openrdf.model.ValueFactory factory,
ErrorReporter er,
String defaultLitLanguage)
Constructor with error reporter. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||