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 documentIRI,
String contentType,
String encoding,
TripleHandler outputHandler) |
Performs metadata extraction on the in string associated to the documentIRI IRI,
declaring contentType and encoding .
|
ExtractionReport |
Any23.extract(String in,
String documentIRI,
TripleHandler outputHandler) |
Performs metadata extraction on the in string associated to the documentIRI IRI,
sending the generated events to the specified outputHandler .
|
ExtractionReport |
Any23.extract(String documentIRI,
TripleHandler outputHandler) |
Performs metadata extraction from the content of the given documentIRI sending the generated events
to the specified outputHandler .
|
ExtractionReport |
Any23.extract(ExtractionParameters eps,
String documentIRI,
TripleHandler outputHandler) |
Performs metadata extraction from the content of the given documentIRI 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(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 .
|