Class AbstractExporterDelegate<CS extends AbstractConversionSettings,​CC extends AbstractWmlConversionContext>

java.lang.Object
org.docx4j.convert.out.common.AbstractExporterDelegate<CS,​CC>
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
  • Constructor Summary

    Constructors
    Constructor Description
    AbstractExporterDelegate()  
  • Method Summary

    Modifier and Type Method Description
    abstract void process​(CS conversionSettings, CC conversionContext, java.io.OutputStream outputStream)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractExporterDelegate

      public AbstractExporterDelegate()
  • Method Details

    • process

      public abstract void process​(CS conversionSettings, CC conversionContext, java.io.OutputStream outputStream) throws Docx4JException
      Throws:
      Docx4JException