Uses of Interface
org.apache.tika.sax.ContentHandlerFactory
Package
Description
SAX utilities.
-
Uses of ContentHandlerFactory in org.apache.tika.batch.builders
-
Uses of ContentHandlerFactory in org.apache.tika.batch.fs
ModifierConstructorDescriptionBasicTikaFSConsumer
(ArrayBlockingQueue<FileResource> queue, ParserFactory parserFactory, ContentHandlerFactory contentHandlerFactory, OutputStreamFactory fsOSFactory, TikaConfig tikaConfig) Deprecated.BasicTikaFSConsumer
(ArrayBlockingQueue<FileResource> queue, Parser parser, ContentHandlerFactory contentHandlerFactory, OutputStreamFactory fsOSFactory) RecursiveParserWrapperFSConsumer
(ArrayBlockingQueue<FileResource> queue, Parser parser, ContentHandlerFactory contentHandlerFactory, OutputStreamFactory fsOSFactory, MetadataFilter metadataFilter) StreamOutRPWFSConsumer
(ArrayBlockingQueue<FileResource> queue, Parser parser, ContentHandlerFactory contentHandlerFactory, OutputStreamFactory fsOSFactory, MetadataFilter metadataFilter) -
Uses of ContentHandlerFactory in org.apache.tika.example
Modifier and TypeClassDescriptionprotected class
Deprecated.Modifier and TypeMethodDescriptionvoid
PickBestTextEncodingParser.parse
(InputStream stream, ContentHandlerFactory handlers, Metadata metadata, ParseContext context) Deprecated. -
Uses of ContentHandlerFactory in org.apache.tika.parser.multiple
Modifier and TypeMethodDescriptionvoid
AbstractMultipleParser.parse
(InputStream stream, ContentHandlerFactory handlers, Metadata metadata, ParseContext context) Deprecated.TheContentHandlerFactory
override is still experimental and the method signature is subject to change before Tika 2.0 -
Uses of ContentHandlerFactory in org.apache.tika.sax
Modifier and TypeClassDescriptionclass
Basic factory for creating common types of ContentHandlersModifier and TypeMethodDescriptionAbstractRecursiveParserWrapperHandler.getContentHandlerFactory()
ModifierConstructorDescriptionAbstractRecursiveParserWrapperHandler
(ContentHandlerFactory contentHandlerFactory) AbstractRecursiveParserWrapperHandler
(ContentHandlerFactory contentHandlerFactory, int maxEmbeddedResources) RecursiveParserWrapperHandler
(ContentHandlerFactory contentHandlerFactory) Create a handler with no limit on the number of embedded resourcesRecursiveParserWrapperHandler
(ContentHandlerFactory contentHandlerFactory, int maxEmbeddedResources) Create a handler that limits the number of embedded resources that will be parsedRecursiveParserWrapperHandler
(ContentHandlerFactory contentHandlerFactory, int maxEmbeddedResources, MetadataFilter metadataFilter)
BasicTikaFSConsumer(ArrayBlockingQueue, Parser, ContentHandlerFactory, OutputStreamFactory)