Package | Description |
---|---|
org.apache.tika.batch.builders | |
org.apache.tika.batch.fs | |
org.apache.tika.parser |
Tika parsers.
|
org.apache.tika.sax |
SAX utilities.
|
Modifier and Type | Method and Description |
---|---|
ContentHandlerFactory |
IContentHandlerFactoryBuilder.build(Node node,
Map<String,String> attributes) |
ContentHandlerFactory |
DefaultContentHandlerFactoryBuilder.build(Node node,
Map<String,String> runtimeAttributes) |
Constructor and Description |
---|
BasicTikaFSConsumer(ArrayBlockingQueue<FileResource> queue,
ParserFactory parserFactory,
ContentHandlerFactory contentHandlerFactory,
OutputStreamFactory fsOSFactory,
TikaConfig config) |
RecursiveParserWrapperFSConsumer(ArrayBlockingQueue<FileResource> queue,
ParserFactory parserFactory,
ContentHandlerFactory contentHandlerFactory,
OutputStreamFactory fsOSFactory,
TikaConfig tikaConfig) |
Constructor and Description |
---|
RecursiveParserWrapper(Parser wrappedParser,
ContentHandlerFactory contentHandlerFactory)
Initialize the wrapper with
RecursiveParserWrapper.catchEmbeddedExceptions set
to true as default. |
RecursiveParserWrapper(Parser wrappedParser,
ContentHandlerFactory contentHandlerFactory,
boolean catchEmbeddedExceptions)
Initialize the wrapper.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicContentHandlerFactory
Basic factory for creating common types of ContentHandlers
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.