All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.poi.xwpf.converter.xhtml.IContentHandlerFactory Maven / Gradle / Ivy

package org.apache.poi.xwpf.converter.xhtml;

import java.io.OutputStream;
import java.io.Writer;

import org.xml.sax.ContentHandler;

/**
 * SAX {@link ContentHandler} factory used by the XHTML converter.
 * 
 */
public interface IContentHandlerFactory
{

    ContentHandler create( OutputStream out, Writer writer, XHTMLOptions options );

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy