org.apache.poi.xwpf.converter.xhtml
Class DefaultContentHandlerFactory

java.lang.Object
  extended by org.apache.poi.xwpf.converter.xhtml.DefaultContentHandlerFactory
All Implemented Interfaces:
IContentHandlerFactory

public class DefaultContentHandlerFactory
extends Object
implements IContentHandlerFactory

Default IContentHandlerFactory which create instance SAX SimpleContentHandler.


Field Summary
static IContentHandlerFactory INSTANCE
           
 
Constructor Summary
DefaultContentHandlerFactory()
           
 
Method Summary
 ContentHandler create(OutputStream out, Writer writer, XHTMLOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IContentHandlerFactory INSTANCE
Constructor Detail

DefaultContentHandlerFactory

public DefaultContentHandlerFactory()
Method Detail

create

public ContentHandler create(OutputStream out,
                             Writer writer,
                             XHTMLOptions options)
Specified by:
create in interface IContentHandlerFactory


Copyright © 2013. All rights reserved.