Package org.docx4j.convert.out.html
Class HTMLExporterXslt
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.HTMLExporterXslt
- All Implemented Interfaces:
Exporter<HTMLSettings>
public class HTMLExporterXslt extends AbstractHTMLExporter3
Converts the document to HTML with a xsl transformation.
Uses Delegate: org.docx4j.convert.out.html.HTMLExporterXslt.HTMLExporterXsltDelegate
Uses Generator: None
- Since:
- 3.0
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classHTMLExporterXslt.HTMLExporterXsltDelegateprotected static classHTMLExporterXslt.OutHtmlURIResolver -
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringHTML_TEMPLATE_RESOURCEprotected static HTMLExporterXsltinstanceprotected static java.lang.StringPROPERTY_HTML_OUTPUT_TYPEprotected static javax.xml.transform.URIResolverRESOURCES_URI_RESOLVERprotected static java.lang.StringXHTML_TEMPLATE_RESOURCEprotected static java.lang.StringXSLT_RESOURCE_ROOTFields 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 Constructor Description HTMLExporterXslt()Usual use case.HTMLExporterXslt(AbstractWriterRegistry writerRegistry)using a customised WriterRegistry -
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
-
PROPERTY_HTML_OUTPUT_TYPE
protected static final java.lang.String PROPERTY_HTML_OUTPUT_TYPE- See Also:
- Constant Field Values
-
XHTML_TEMPLATE_RESOURCE
protected static final java.lang.String XHTML_TEMPLATE_RESOURCE- See Also:
- Constant Field Values
-
HTML_TEMPLATE_RESOURCE
protected static final java.lang.String HTML_TEMPLATE_RESOURCE- See Also:
- Constant Field Values
-
XSLT_RESOURCE_ROOT
protected static final java.lang.String XSLT_RESOURCE_ROOT- See Also:
- Constant Field Values
-
RESOURCES_URI_RESOLVER
protected static final javax.xml.transform.URIResolver RESOURCES_URI_RESOLVER -
instance
-
-
Constructor Details
-
HTMLExporterXslt
public HTMLExporterXslt()Usual use case. Ordinarily you'd use the Docx4J facade, rather than using this constructor directly. -
HTMLExporterXslt
using a customised WriterRegistry- Parameters:
writerRegistry-
-
-
Method Details
-
getInstance
-