public class HTMLExporterVisitorDelegate extends AbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext>
AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<CC extends AbstractWmlConversionContext>generatorFactory| Modifier | Constructor and Description |
|---|---|
protected |
HTMLExporterVisitorDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendDocumentFooter(HTMLConversionContext conversionContext,
org.w3c.dom.Document document,
org.w3c.dom.Element documentRoot) |
protected void |
appendDocumentHeader(HTMLConversionContext conversionContext,
org.w3c.dom.Document document,
org.w3c.dom.Element documentRoot) |
protected void |
appendFootnotesEndnotes(HTMLConversionContext conversionContext,
org.w3c.dom.Document document,
org.w3c.dom.Element documentRoot,
java.lang.String string,
Part part,
java.util.List<CTFtnEdn> ftnEdnList) |
protected void |
appendPartContent(HTMLConversionContext conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent,
java.lang.String className,
Part part,
java.util.List<java.lang.Object> content) |
protected void |
appendSectionFooter(HTMLConversionContext conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
protected void |
appendSectionHeader(HTMLConversionContext conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
protected org.w3c.dom.Element |
createDocumentBody(HTMLConversionContext conversionContext,
org.w3c.dom.Document document,
org.w3c.dom.Element documentRoot) |
protected org.w3c.dom.Element |
createDocumentRoot(HTMLConversionContext conversionContext,
org.w3c.dom.Document document) |
protected org.w3c.dom.Element |
createSectionBody(HTMLConversionContext conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
protected org.w3c.dom.Element |
createSectionRoot(HTMLConversionContext conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
appendPartContent, generateBodyContent, process, writeDocumentprotected org.w3c.dom.Element createDocumentRoot(HTMLConversionContext conversionContext, org.w3c.dom.Document document) throws Docx4JException
createDocumentRoot in class AbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext>Docx4JExceptionprotected void appendDocumentHeader(HTMLConversionContext conversionContext, org.w3c.dom.Document document, org.w3c.dom.Element documentRoot) throws Docx4JException
appendDocumentHeader in class AbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext>Docx4JExceptionprotected org.w3c.dom.Element createDocumentBody(HTMLConversionContext conversionContext, org.w3c.dom.Document document, org.w3c.dom.Element documentRoot)
createDocumentBody in class AbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext>protected org.w3c.dom.Element createSectionRoot(HTMLConversionContext conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent) throws Docx4JException
createSectionRoot in class AbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext>Docx4JExceptionprotected void appendSectionHeader(HTMLConversionContext conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent) throws Docx4JException
appendSectionHeader in class AbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext>Docx4JExceptionprotected org.w3c.dom.Element createSectionBody(HTMLConversionContext conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent) throws Docx4JException
createSectionBody in class AbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext>Docx4JExceptionprotected void appendSectionFooter(HTMLConversionContext conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent) throws Docx4JException
appendSectionFooter in class AbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext>Docx4JExceptionprotected void appendPartContent(HTMLConversionContext conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent, java.lang.String className, Part part, java.util.List<java.lang.Object> content) throws Docx4JException
Docx4JExceptionprotected void appendDocumentFooter(HTMLConversionContext conversionContext, org.w3c.dom.Document document, org.w3c.dom.Element documentRoot) throws Docx4JException
appendDocumentFooter in class AbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext>Docx4JExceptionprotected void appendFootnotesEndnotes(HTMLConversionContext conversionContext, org.w3c.dom.Document document, org.w3c.dom.Element documentRoot, java.lang.String string, Part part, java.util.List<CTFtnEdn> ftnEdnList)
Copyright © 2007–2023. All rights reserved.