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 |
DefaultContentHandlerFactoryBuilder.build(Node node,
Map<String,String> runtimeAttributes) |
ContentHandlerFactory |
IContentHandlerFactoryBuilder.build(Node node,
Map<String,String> attributes) |
Constructor and Description |
---|
BasicTikaFSConsumer(ArrayBlockingQueue<FileResource> queue,
Parser parser,
ContentHandlerFactory contentHandlerFactory,
OutputStreamFactory fsOSFactory) |
BasicTikaFSConsumer(ArrayBlockingQueue<FileResource> queue,
ParserFactory parserFactory,
ContentHandlerFactory contentHandlerFactory,
OutputStreamFactory fsOSFactory,
TikaConfig tikaConfig)
|
RecursiveParserWrapperFSConsumer(ArrayBlockingQueue<FileResource> queue,
Parser parser,
ContentHandlerFactory contentHandlerFactory,
OutputStreamFactory fsOSFactory) |
StreamOutRPWFSConsumer(ArrayBlockingQueue<FileResource> queue,
Parser parser,
ContentHandlerFactory contentHandlerFactory,
OutputStreamFactory fsOSFactory) |
Constructor and Description |
---|
RecursiveParserWrapper(Parser wrappedParser,
ContentHandlerFactory contentHandlerFactory)
Deprecated.
|
RecursiveParserWrapper(Parser wrappedParser,
ContentHandlerFactory contentHandlerFactory,
boolean catchEmbeddedExceptions)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicContentHandlerFactory
Basic factory for creating common types of ContentHandlers
|
Modifier and Type | Method and Description |
---|---|
ContentHandlerFactory |
AbstractRecursiveParserWrapperHandler.getContentHandlerFactory() |
Constructor and Description |
---|
AbstractRecursiveParserWrapperHandler(ContentHandlerFactory contentHandlerFactory) |
AbstractRecursiveParserWrapperHandler(ContentHandlerFactory contentHandlerFactory,
int maxEmbeddedResources) |
RecursiveParserWrapperHandler(ContentHandlerFactory contentHandlerFactory)
Create a handler with no limit on the number of embedded resources
|
RecursiveParserWrapperHandler(ContentHandlerFactory contentHandlerFactory,
int maxEmbeddedResources)
Create a handler that limits the number of embedded resources that will be
parsed
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.