Class TextContentHandler

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

public class TextContentHandler extends DefaultHandler
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.