Package | Description |
---|---|
org.apache.tika.parser |
Tika parsers.
|
org.apache.tika.sax |
SAX utilities.
|
Modifier and Type | Field and Description |
---|---|
private ContentHandlerFactory |
RecursiveParserWrapper.contentHandlerFactory |
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
|