- Direct Known Subclasses:
- AbstractVisitorExporterDelegate, AbstractXsltExporterDelegate
public abstract class AbstractExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>
extends java.lang.Object
The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.
Docx4j supports convert.out via both xslt and non-xslt based approaches.
So some …ExporterDelegate use a Xslt transformation;
the others use a visitor (…ExporterGenerator)
- Since:
- 3.0