Class DefaultContentHandlerFactoryBuilder

  • All Implemented Interfaces:
    IContentHandlerFactoryBuilder, ObjectFromDOMBuilder<org.apache.tika.sax.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;