| Package | Description |
|---|---|
| org.apache.tika.parser.multiple | |
| org.apache.tika.sax |
SAX utilities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMultipleParser.parse(InputStream stream,
ContentHandlerFactory handlers,
Metadata metadata,
ParseContext context)
Deprecated.
The
ContentHandlerFactory override is still experimental
and the method signature is subject to change before Tika 2.0 |
| 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
|
RecursiveParserWrapperHandler(ContentHandlerFactory contentHandlerFactory,
int maxEmbeddedResources,
MetadataFilter metadataFilter) |
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.