Uses of Interface
org.apache.tika.sax.ContentHandlerFactory
-
Packages that use ContentHandlerFactory Package Description org.apache.tika.parser.multiple org.apache.tika.sax SAX utilities. -
-
Uses of ContentHandlerFactory in org.apache.tika.parser.multiple
Methods in org.apache.tika.parser.multiple with parameters of type ContentHandlerFactory Modifier and Type Method Description voidAbstractMultipleParser. parse(InputStream stream, ContentHandlerFactory handlers, Metadata metadata, ParseContext context)Deprecated.TheContentHandlerFactoryoverride is still experimental and the method signature is subject to change before Tika 2.0 -
Uses of ContentHandlerFactory in org.apache.tika.sax
Classes in org.apache.tika.sax that implement ContentHandlerFactory Modifier and Type Class Description classBasicContentHandlerFactoryBasic factory for creating common types of ContentHandlersMethods in org.apache.tika.sax that return ContentHandlerFactory Modifier and Type Method Description ContentHandlerFactoryAbstractRecursiveParserWrapperHandler. 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 parsedRecursiveParserWrapperHandler(ContentHandlerFactory contentHandlerFactory, int maxEmbeddedResources, MetadataFilter metadataFilter)
-