Uses of Class
com.norconex.importer.ContentType

Packages that use ContentType
com.norconex.importer   
com.norconex.importer.parser   
com.norconex.importer.parser.impl   
 

Uses of ContentType in com.norconex.importer
 

Fields in com.norconex.importer declared as ContentType
static ContentType ContentType.HTML
           
static ContentType ContentType.PDF
           
static ContentType ContentType.XPDF
           
 

Methods in com.norconex.importer that return ContentType
static ContentType ContentType.newContentType(String contentType)
          Creates a new content type.
 

Methods in com.norconex.importer with parameters of type ContentType
 boolean Importer.importDocument(File input, ContentType contentType, File output, Properties metadata, String docReference)
          Imports a document according to the importer configuration.
 boolean Importer.importDocument(InputStream input, ContentType contentType, Writer output, Properties metadata, String docReference)
          Imports a document according to the importer configuration.
 

Uses of ContentType in com.norconex.importer.parser
 

Methods in com.norconex.importer.parser with parameters of type ContentType
 IDocumentParser IDocumentParserFactory.getParser(String documentReference, ContentType contentType)
          Gets a document parser, optionally based on its reference or content type.
 IDocumentParser DefaultDocumentParserFactory.getParser(String documentReference, ContentType contentType)
          Gets a parser based on content type, regardless of document reference (ignoring it).
 void IDocumentParser.parseDocument(InputStream inputStream, ContentType contentType, Writer outputStream, Properties metadata)
          Parses a document.
protected  void DefaultDocumentParserFactory.registerNamedParser(ContentType contentType, IDocumentParser parser)
           
 

Uses of ContentType in com.norconex.importer.parser.impl
 

Methods in com.norconex.importer.parser.impl with parameters of type ContentType
 void AbstractTikaParser.parseDocument(InputStream inputStream, ContentType contentType, Writer output, Properties metadata)
           
 



Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.