Package | Description |
---|---|
com.norconex.importer | |
com.norconex.importer.parser | |
com.norconex.importer.parser.impl | |
com.norconex.importer.parser.impl.wordperfect |
Modifier and Type | Field and Description |
---|---|
static ContentType |
ContentType.HTML |
static ContentType |
ContentType.PDF |
static ContentType |
ContentType.WORDPERFECT |
static ContentType |
ContentType.WORDPERFECT_6_0 |
static ContentType |
ContentType.WORDPERFECT_6_1 |
static ContentType |
ContentType.XPDF |
Modifier and Type | Method and Description |
---|---|
static ContentType |
ContentType.newContentType(String contentType)
Creates a new content type.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 writer,
Properties metadata)
Parses a document.
|
protected void |
DefaultDocumentParserFactory.registerNamedParser(ContentType contentType,
IDocumentParser parser) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTikaParser.parseDocument(InputStream inputStream,
ContentType contentType,
Writer output,
Properties metadata) |
Modifier and Type | Method and Description |
---|---|
void |
WordPerfectParser.parseDocument(InputStream inputStream,
ContentType contentType,
Writer outputStream,
Properties metadata) |
Copyright © 2009-2014 Norconex Inc.. All Rights Reserved.