Class TextContentHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.tika.sax.TextContentHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

@Deprecated(since="2026-04-30") public class TextContentHandler extends DefaultHandler
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Content handler decorator that only passes the characters(char[], int, int) and (@link ignorableWhitespace(char[], int, int) (plus startDocument() and endDocument() events to the decorated content handler.