Class XHTMLConverter
java.lang.Object
fr.opensagres.odfdom.converter.core.AbstractODFConverter<XHTMLOptions>
fr.opensagres.odfdom.converter.xhtml.XHTMLConverter
- All Implemented Interfaces:
fr.opensagres.odfdom.converter.core.IODFConverter<XHTMLOptions>
public class XHTMLConverter
extends fr.opensagres.odfdom.converter.core.AbstractODFConverter<XHTMLOptions>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoConvert(org.odftoolkit.odfdom.doc.OdfDocument odfDocument, OutputStream out, Writer writer, XHTMLOptions options) static XHTMLConverterMethods inherited from class fr.opensagres.odfdom.converter.core.AbstractODFConverter
convert, convert
-
Constructor Details
-
XHTMLConverter
public XHTMLConverter()
-
-
Method Details
-
getInstance
-
doConvert
protected void doConvert(org.odftoolkit.odfdom.doc.OdfDocument odfDocument, OutputStream out, Writer writer, XHTMLOptions options) throws fr.opensagres.odfdom.converter.core.ODFConverterException, IOException - Specified by:
doConvertin classfr.opensagres.odfdom.converter.core.AbstractODFConverter<XHTMLOptions>- Throws:
fr.opensagres.odfdom.converter.core.ODFConverterExceptionIOException
-