com.norconex.importer.parser
Interface IDocumentParserFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultDocumentParserFactory

public interface IDocumentParserFactory
extends Serializable

Factory providing document parsers for documents.

Author:
Pascal Essiembre

Method Summary
 IDocumentParser getParser(String documentReference, ContentType contentType)
          Gets a document parser, optionally based on its reference or content type.
 

Method Detail

getParser

IDocumentParser getParser(String documentReference,
                          ContentType contentType)
Gets a document parser, optionally based on its reference or content type.

Parameters:
documentReference - document reference
contentType - content type
Returns:
document parser


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