Package org.docx4j.convert.out.html
Class HTMLExporterVisitor
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
org.docx4j.convert.out.html.HTMLExporterVisitor
- All Implemented Interfaces:
Exporter<HTMLSettings>
public class HTMLExporterVisitor extends AbstractHTMLExporter3
Converts the document to HTML with a visitor
Uses Delegate: org.docx4j.convert.out.html.HTMLExporterVisitorDelegate
Uses Generator: org.docx4j.convert.out.html.HTMLExporterVisitorGenerator
- Since:
- 3.0
-
Field Summary
Fields Modifier and Type Field Description protected static HTMLExporterVisitorDelegateEXPORTER_DELEGATE_INSTANCEprotected static HTMLExporterVisitorinstance -
Constructor Summary
Constructors Modifier Constructor Description protectedHTMLExporterVisitor() -
Method Summary
Modifier and Type Method Description static Exporter<HTMLSettings>getInstance()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, postprocess
-
Field Details
-
Constructor Details
-
HTMLExporterVisitor
protected HTMLExporterVisitor()
-
-
Method Details