Uses of Interface
org.apache.any23.source.DocumentSource
-
Packages that use DocumentSource Package Description org.apache.any23 The Any23 root package defines theAny23library facade and auxiliary classes.org.apache.any23.cli This package contains some command-line utilities which allow users to use the main Any23 features via commandline shell.org.apache.any23.extractor This package contains classes and interfaces modeling theExtractorAPI.org.apache.any23.source Package containing some auxiliary classes to handle different types ofInputStreamsources. -
-
Uses of DocumentSource in org.apache.any23
Methods in org.apache.any23 that return DocumentSource Modifier and Type Method Description DocumentSourceAny23. createDocumentSource(String documentIRI)Returns the most appropriateDocumentSourcefor the givendocumentIRI.Methods in org.apache.any23 with parameters of type DocumentSource Modifier and Type Method Description ExtractionReportAny23. extract(ExtractionParameters eps, DocumentSource in, TripleHandler outputHandler)Performs metadata extraction from the content of the givenindocument source, sending the generated events to the specifiedoutputHandler.ExtractionReportAny23. extract(ExtractionParameters eps, DocumentSource in, TripleHandler outputHandler, String encoding)Performs metadata extraction from the content of the givenindocument source, sending the generated events to the specifiedoutputHandler.ExtractionReportAny23. extract(DocumentSource in, TripleHandler outputHandler)Performs metadata extraction from the content of the givenindocument source, sending the generated events to the specifiedoutputHandler.ExtractionReportAny23. extract(DocumentSource in, TripleHandler outputHandler, String encoding)Performs metadata extraction from the content of the givenindocument source, sending the generated events to the specifiedoutputHandler. -
Uses of DocumentSource in org.apache.any23.cli
Methods in org.apache.any23.cli that return DocumentSource Modifier and Type Method Description DocumentSourceMicrodataParser.MicrodataParserDocumentSourceConverter. convert(String value)DocumentSourceMimeDetector.MimeDetectorDocumentSourceConverter. convert(String document)Methods in org.apache.any23.cli with parameters of type DocumentSource Modifier and Type Method Description protected voidRover. performExtraction(DocumentSource documentSource) -
Uses of DocumentSource in org.apache.any23.extractor
Constructors in org.apache.any23.extractor with parameters of type DocumentSource Constructor Description SingleDocumentExtraction(Configuration configuration, DocumentSource in, ExtractorFactory<?> factory, TripleHandler output)Builds an extractor by the specification of document source, extractors factory and output triple handler.SingleDocumentExtraction(Configuration configuration, DocumentSource in, ExtractorGroup extractors, TripleHandler output)Builds an extractor by the specification of document source, list of extractors and output triple handler.SingleDocumentExtraction(DocumentSource in, ExtractorFactory<?> factory, TripleHandler output)Builds an extractor by the specification of document source, extractors factory and output triple handler, using theDefaultConfiguration. -
Uses of DocumentSource in org.apache.any23.source
Classes in org.apache.any23.source that implement DocumentSource Modifier and Type Class Description classByteArrayDocumentSourceByteArray implementation ofDocumentSource.classFileDocumentSourceFile implementation ofDocumentSource.classHTTPDocumentSourceHttp implementation ofDocumentSource.classStringDocumentSourceString implementation ofDocumentSource.Methods in org.apache.any23.source that return DocumentSource Modifier and Type Method Description DocumentSourceLocalCopyFactory. createLocalCopy(DocumentSource in)DocumentSourceMemCopyFactory. createLocalCopy(DocumentSource in)Methods in org.apache.any23.source with parameters of type DocumentSource Modifier and Type Method Description DocumentSourceLocalCopyFactory. createLocalCopy(DocumentSource in)DocumentSourceMemCopyFactory. createLocalCopy(DocumentSource in)
-