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 HTMLExporterVisitorinstanceFields inherited from class org.docx4j.convert.out.html.AbstractHTMLExporter3
writerRegistryFields 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 protectedHTMLExporterVisitor() -
Method Summary
Modifier and Type Method Description static Exporter<HTMLSettings>getInstance()Methods inherited from class org.docx4j.convert.out.html.AbstractHTMLExporter3
createContextMethods 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
-
EXPORTER_DELEGATE_INSTANCE
-
instance
-
-
Constructor Details
-
HTMLExporterVisitor
protected HTMLExporterVisitor()
-
-
Method Details
-
getInstance
-