Package org.apache.tika.sax
Interface ContentHandlerFactory
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BasicContentHandlerFactory
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Interface to allow easier injection of code for getting a new ContentHandler
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getNewContentHandler(OutputStream os, String encoding) Deprecated.getNewContentHandler(OutputStream os, Charset charset) Deprecated.
-
Method Details
-
getNewContentHandler
ContentHandler getNewContentHandler()Deprecated. -
getNewContentHandler
@Deprecated ContentHandler getNewContentHandler(OutputStream os, String encoding) throws UnsupportedEncodingException Deprecated.- Throws:
UnsupportedEncodingException
-
getNewContentHandler
Deprecated.
-