| Package | Description |
|---|---|
| org.apache.tika.parser |
Tika parsers.
|
| org.apache.tika.sax |
SAX utilities.
|
| 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,
int totalWriteLimit) |
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
|
RecursiveParserWrapperHandler(ContentHandlerFactory contentHandlerFactory,
int maxEmbeddedResources,
int maxWriteLimit,
MetadataFilter metadataFilter) |
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.