Uses of Interface
org.apache.tika.sax.ContentHandlerFactory
Packages that use ContentHandlerFactory
Package
Description
SAX utilities.
-
Uses of ContentHandlerFactory in org.apache.tika.config.loader
Methods in org.apache.tika.config.loader that return ContentHandlerFactoryModifier and TypeMethodDescriptionTikaLoader.loadContentHandlerFactory()Loads and returns the content handler factory. -
Uses of ContentHandlerFactory in org.apache.tika.example
Classes in org.apache.tika.example that implement ContentHandlerFactoryModifier and TypeClassDescriptionprotected classDeprecated.Methods in org.apache.tika.example with parameters of type ContentHandlerFactoryModifier and TypeMethodDescriptionvoidPickBestTextEncodingParser.parse(TikaInputStream tis, ContentHandlerFactory handlers, Metadata metadata, ParseContext context) Deprecated. -
Uses of ContentHandlerFactory in org.apache.tika.parser.multiple
Methods in org.apache.tika.parser.multiple with parameters of type ContentHandlerFactoryModifier and TypeMethodDescriptionvoidAbstractMultipleParser.parse(TikaInputStream tis, ContentHandlerFactory handlers, Metadata metadata, ParseContext context) Deprecated. -
Uses of ContentHandlerFactory in org.apache.tika.pipes.core.server
Methods in org.apache.tika.pipes.core.server that return ContentHandlerFactoryConstructors in org.apache.tika.pipes.core.server with parameters of type ContentHandlerFactoryModifierConstructorDescriptionPipesServer(String pipesClientId, TikaLoader tikaLoader, PipesConfig pipesConfig, Socket socket, DataInputStream in, DataOutputStream out, MetadataFilter metadataFilter, ContentHandlerFactory contentHandlerFactory, MetadataWriteLimiterFactory metadataWriteLimiterFactory) -
Uses of ContentHandlerFactory in org.apache.tika.pipes.fork
Methods in org.apache.tika.pipes.fork that return ContentHandlerFactoryModifier and TypeMethodDescriptionPipesForkParserConfig.getContentHandlerFactory()Get the content handler factory that specifies how content should be handled.Methods in org.apache.tika.pipes.fork with parameters of type ContentHandlerFactoryModifier and TypeMethodDescriptionPipesForkParserConfig.setContentHandlerFactory(ContentHandlerFactory contentHandlerFactory) Set the content handler factory. -
Uses of ContentHandlerFactory in org.apache.tika.sax
Subinterfaces of ContentHandlerFactory in org.apache.tika.saxModifier and TypeInterfaceDescriptioninterfaceExtended factory interface for creating ContentHandler instances that write directly to an OutputStream.Classes in org.apache.tika.sax that implement ContentHandlerFactoryModifier and TypeClassDescriptionclassBasic factory for creating common types of ContentHandlers.Methods in org.apache.tika.sax that return ContentHandlerFactoryModifier and TypeMethodDescriptionAbstractRecursiveParserWrapperHandler.getContentHandlerFactory()Constructors in org.apache.tika.sax with parameters of type ContentHandlerFactoryModifierConstructorDescriptionAbstractRecursiveParserWrapperHandler(ContentHandlerFactory contentHandlerFactory) RecursiveParserWrapperHandler(ContentHandlerFactory contentHandlerFactory) Create a handler for recursive parsing.
ContentHandlerFactoryoverride is still experimental and the method signature is subject to change before Tika 2.0