|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtractionReport | |
|---|---|
| org.apache.any23 | TODO fillme |
| Uses of ExtractionReport in org.apache.any23 |
|---|
| Methods in org.apache.any23 that return ExtractionReport | |
|---|---|
ExtractionReport |
Any23.extract(DocumentSource in,
TripleHandler outputHandler)
Performs metadata extraction from the content of the given in document source, sending the generated events
to the specified outputHandler. |
ExtractionReport |
Any23.extract(DocumentSource in,
TripleHandler outputHandler,
String encoding)
Performs metadata extraction from the content of the given in document source, sending the generated events
to the specified outputHandler. |
ExtractionReport |
Any23.extract(ExtractionParameters eps,
DocumentSource in,
TripleHandler outputHandler)
Performs metadata extraction from the content of the given in document source, sending the generated events
to the specified outputHandler. |
ExtractionReport |
Any23.extract(ExtractionParameters eps,
DocumentSource in,
TripleHandler outputHandler,
String encoding)
Performs metadata extraction from the content of the given in document source, sending the generated events
to the specified outputHandler. |
ExtractionReport |
Any23.extract(ExtractionParameters eps,
String documentURI,
TripleHandler outputHandler)
Performs metadata extraction from the content of the given documentURI
sending the generated events to the specified outputHandler. |
ExtractionReport |
Any23.extract(File file,
TripleHandler outputHandler)
Performs metadata extraction from the content of the given file
sending the generated events to the specified outputHandler. |
ExtractionReport |
Any23.extract(String in,
String documentURI,
String contentType,
String encoding,
TripleHandler outputHandler)
Performs metadata extraction on the in string
associated to the documentURI URI, declaring
contentType and encoding. |
ExtractionReport |
Any23.extract(String in,
String documentURI,
TripleHandler outputHandler)
Performs metadata extraction on the in string
associated to the documentURI URI, sending the generated
events to the specified outputHandler. |
ExtractionReport |
Any23.extract(String documentURI,
TripleHandler outputHandler)
Performs metadata extraction from the content of the given documentURI
sending the generated events to the specified outputHandler. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||