org.odftoolkit.odfdom.converter.xhtml
Class XHTMLConverter

java.lang.Object
  extended by org.odftoolkit.odfdom.converter.core.AbstractODFConverter<XHTMLOptions>
      extended by org.odftoolkit.odfdom.converter.xhtml.XHTMLConverter
All Implemented Interfaces:
IODFConverter<XHTMLOptions>

public class XHTMLConverter
extends AbstractODFConverter<XHTMLOptions>


Constructor Summary
XHTMLConverter()
           
 
Method Summary
protected  void doConvert(org.odftoolkit.odfdom.doc.OdfDocument odfDocument, OutputStream out, Writer writer, XHTMLOptions options)
           
static XHTMLConverter getInstance()
           
 
Methods inherited from class org.odftoolkit.odfdom.converter.core.AbstractODFConverter
convert, convert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XHTMLConverter

public XHTMLConverter()
Method Detail

getInstance

public static XHTMLConverter getInstance()

doConvert

protected void doConvert(org.odftoolkit.odfdom.doc.OdfDocument odfDocument,
                         OutputStream out,
                         Writer writer,
                         XHTMLOptions options)
                  throws ODFConverterException,
                         IOException
Specified by:
doConvert in class AbstractODFConverter<XHTMLOptions>
Throws:
ODFConverterException
IOException


Copyright © 2013. All rights reserved.