org.apache.poi.xwpf.converter.xhtml
Interface IContentHandlerFactory

All Known Implementing Classes:
DefaultContentHandlerFactory

public interface IContentHandlerFactory

SAX ContentHandler factory used by the XHTML converter.


Method Summary
 ContentHandler create(OutputStream out, Writer writer, XHTMLOptions options)
           
 

Method Detail

create

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


Copyright © 2013. All rights reserved.