Class DefaultContentHandlerFactoryBuilder

java.lang.Object
org.apache.tika.batch.builders.DefaultContentHandlerFactoryBuilder
All Implemented Interfaces:
IContentHandlerFactoryBuilder, ObjectFromDOMBuilder<ContentHandlerFactory>

public class DefaultContentHandlerFactoryBuilder extends Object implements IContentHandlerFactoryBuilder
Builds BasicContentHandler with type defined by attribute "basicHandlerType" with possible values: xml, html, text, body, ignore. Default is text.

Sets the writeLimit to the value of "writeLimit. Default is -1;