Uses of Interface
org.apache.any23.source.DocumentSource

Packages that use DocumentSource
org.apache.any23 TODO fillme 
org.apache.any23.cli TODO fillme 
org.apache.any23.extractor TODO fillme 
org.apache.any23.source TODO fillme 
 

Uses of DocumentSource in org.apache.any23
 

Methods in org.apache.any23 that return DocumentSource
 DocumentSource Any23.createDocumentSource(String documentURI)
          Returns the most appropriate DocumentSource for the givendocumentURI.
 

Methods in org.apache.any23 with parameters of type DocumentSource
 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.
 

Uses of DocumentSource in org.apache.any23.cli
 

Methods in org.apache.any23.cli with parameters of type DocumentSource
protected  void Rover.performExtraction(DocumentSource documentSource)
           
 

Uses of DocumentSource in org.apache.any23.extractor
 

Constructors in org.apache.any23.extractor with parameters of type DocumentSource
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 the DefaultConfiguration.
 

Uses of DocumentSource in org.apache.any23.source
 

Classes in org.apache.any23.source that implement DocumentSource
 class ByteArrayDocumentSource
          ByteArray implementation of DocumentSource.
 class FileDocumentSource
          File implementation of DocumentSource.
 class HTTPDocumentSource
          Http implementation of DocumentSource.
 class StringDocumentSource
          String implementation of DocumentSource.
 

Methods in org.apache.any23.source that return DocumentSource
 DocumentSource MemCopyFactory.createLocalCopy(DocumentSource in)
           
 DocumentSource LocalCopyFactory.createLocalCopy(DocumentSource in)
           
 

Methods in org.apache.any23.source with parameters of type DocumentSource
 DocumentSource MemCopyFactory.createLocalCopy(DocumentSource in)
           
 DocumentSource LocalCopyFactory.createLocalCopy(DocumentSource in)
           
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.