Package org.docx4j.convert.out.html
Class AbstractHTMLExporter3
java.lang.Object
org.docx4j.convert.out.common.AbstractExporter<CS,CC,WordprocessingMLPackage>
org.docx4j.convert.out.common.AbstractWmlExporter<HTMLSettings,HTMLConversionContext>
org.docx4j.convert.out.html.AbstractHTMLExporter3
- All Implemented Interfaces:
Exporter<HTMLSettings>
- Direct Known Subclasses:
HTMLExporterVisitor,HTMLExporterXslt
public abstract class AbstractHTMLExporter3 extends AbstractWmlExporter<HTMLSettings,HTMLConversionContext>
-
Field Summary
Fields Modifier and Type Field Description protected AbstractWriterRegistrywriterRegistryFields inherited from class org.docx4j.convert.out.common.AbstractWmlExporter
exporterDelegateFields inherited from class org.docx4j.convert.out.common.AbstractExporter
LocalLog -
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractHTMLExporter3(AbstractExporterDelegate<HTMLSettings,HTMLConversionContext> exporterDelegate)usual use caseprotectedAbstractHTMLExporter3(AbstractExporterDelegate<HTMLSettings,HTMLConversionContext> exporterDelegate, AbstractWriterRegistry writerRegistry)using a customised WriterRegistry -
Method Summary
Modifier and Type Method Description protected HTMLConversionContextcreateContext(HTMLSettings conversionSettings, WordprocessingMLPackage preprocessedPackage, ConversionSectionWrappers sectionWrappers)Methods inherited from class org.docx4j.convert.out.common.AbstractWmlExporter
createWrappers, preprocess, processMethods inherited from class org.docx4j.convert.out.common.AbstractExporter
createIntermediateOutputStream, export, logDebugStep, postprocessMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
writerRegistry
-
-
Constructor Details
-
AbstractHTMLExporter3
protected AbstractHTMLExporter3(AbstractExporterDelegate<HTMLSettings,HTMLConversionContext> exporterDelegate)usual use case- Parameters:
exporterDelegate-
-
AbstractHTMLExporter3
protected AbstractHTMLExporter3(AbstractExporterDelegate<HTMLSettings,HTMLConversionContext> exporterDelegate, AbstractWriterRegistry writerRegistry)using a customised WriterRegistry- Parameters:
exporterDelegate-writerRegistry-
-
-
Method Details
-
createContext
protected HTMLConversionContext createContext(HTMLSettings conversionSettings, WordprocessingMLPackage preprocessedPackage, ConversionSectionWrappers sectionWrappers)- Specified by:
createContextin classAbstractExporter<HTMLSettings,HTMLConversionContext,WordprocessingMLPackage>- Returns:
-