Uses of Interface
org.apache.tika.sax.ContentHandlerFactory
-
Packages that use ContentHandlerFactory Package Description org.apache.tika.batch.builders org.apache.tika.batch.fs org.apache.tika.parser Tika parsers.org.apache.tika.sax SAX utilities. -
-
Uses of ContentHandlerFactory in org.apache.tika.batch.builders
Methods in org.apache.tika.batch.builders that return ContentHandlerFactory Modifier and Type Method Description ContentHandlerFactory
DefaultContentHandlerFactoryBuilder. build(Node node, Map<String,String> runtimeAttributes)
ContentHandlerFactory
IContentHandlerFactoryBuilder. build(Node node, Map<String,String> attributes)
-
Uses of ContentHandlerFactory in org.apache.tika.batch.fs
Constructors in org.apache.tika.batch.fs with parameters of type ContentHandlerFactory Constructor Description BasicTikaFSConsumer(ArrayBlockingQueue<FileResource> queue, ParserFactory parserFactory, ContentHandlerFactory contentHandlerFactory, OutputStreamFactory fsOSFactory, TikaConfig tikaConfig)
BasicTikaFSConsumer(ArrayBlockingQueue<FileResource> queue, Parser parser, ContentHandlerFactory contentHandlerFactory, OutputStreamFactory fsOSFactory)
RecursiveParserWrapperFSConsumer(ArrayBlockingQueue<FileResource> queue, Parser parser, ContentHandlerFactory contentHandlerFactory, OutputStreamFactory fsOSFactory)
StreamOutRPWFSConsumer(ArrayBlockingQueue<FileResource> queue, Parser parser, ContentHandlerFactory contentHandlerFactory, OutputStreamFactory fsOSFactory)
-
Uses of ContentHandlerFactory in org.apache.tika.parser
Constructors in org.apache.tika.parser with parameters of type ContentHandlerFactory Constructor Description RecursiveParserWrapper(Parser wrappedParser, ContentHandlerFactory contentHandlerFactory)
Deprecated.RecursiveParserWrapper(Parser wrappedParser, ContentHandlerFactory contentHandlerFactory, boolean catchEmbeddedExceptions)
Deprecated. -
Uses of ContentHandlerFactory in org.apache.tika.sax
Classes in org.apache.tika.sax that implement ContentHandlerFactory Modifier and Type Class Description class
BasicContentHandlerFactory
Basic factory for creating common types of ContentHandlersMethods in org.apache.tika.sax that return ContentHandlerFactory Modifier and Type Method Description ContentHandlerFactory
AbstractRecursiveParserWrapperHandler. getContentHandlerFactory()
Constructors in org.apache.tika.sax with parameters of type ContentHandlerFactory Constructor Description AbstractRecursiveParserWrapperHandler(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 parsed
-