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
getParser
IDocumentParser getParser(String documentReference,
ContentType contentType)
- Gets a document parser, optionally based on its reference or content
type.
- Parameters:
documentReference
- document referencecontentType
- content type
- Returns:
- document parser
Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.