public interface IDocumentParser extends Serializable
IDocumentParserFactory
Modifier and Type | Field and Description |
---|---|
static String |
RDF_BASE_URI |
static String |
RDF_SUBJECT_CONTENT |
Modifier and Type | Method and Description |
---|---|
void |
parseDocument(InputStream inputStream,
ContentType contentType,
Writer writer,
Properties metadata)
Parses a document.
|
static final String RDF_BASE_URI
static final String RDF_SUBJECT_CONTENT
void parseDocument(InputStream inputStream, ContentType contentType, Writer writer, Properties metadata) throws DocumentParserException
inputStream
- the document to parsecontentType
- the content type of the documentwriter
- where to save the extracted textmetadata
- where to store the metadataDocumentParserException
Copyright © 2009-2014 Norconex Inc.. All Rights Reserved.