Interface | Description |
---|---|
AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<CC extends AbstractWmlConversionContext> | |
Exporter<T extends AbstractConversionSettings> |
The AbstractExporter is the interface to singletons that do the conversion
from a OpcPackage to a target format.
|
Writer |
Note that Writer(s) must be
registered in the corresponding instance (FO, HTML...)
of the WriterRegistry.
|
Writer.TransformState |
Tag interface for a transform state that may be used by the Writer
|
Class | Description |
---|---|
AbstractConversionContext |
See /docs/developer/Convert_Out.docx for an overview of
the design.
|
AbstractExporter<CS extends AbstractConversionSettings,CC extends AbstractConversionContext,PK extends OpcPackage> |
Exporter are responsible to create the environment for the export process.
|
AbstractExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext> |
The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.
|
AbstractVisitorExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext> |
The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.
|
AbstractVisitorExporterGenerator<CC extends AbstractWmlConversionContext> |
The …ExporterGenerator is the visitor, that gets used in those cases where a document is done
as a NonXSLT.
|
AbstractWmlConversionContext |
See /docs/developer/Convert_Out.docx for an overview of
the design.
|
AbstractWmlExporter<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext> |
Superclass for the export of WordprocessingMLPackage(s)
|
AbstractWriterRegistry |
There is one instance of the WriterRegistry for each output type (eg.
|
AbstractXsltExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext> |
The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.
|
ConversionSectionWrapper | |
ConversionSectionWrappers | |
CreateWrappers |
This class generates the sections depending on the selected features
|
Preprocess |
This class manages the preprocessing functionality for the conversion.
It contains two methods that get called from the conversions: process: does the preprocessing and returns an OpcPackage or a WordprocessingMLPackage createSections: generates the sections depending on the selected features |
WmlXsltExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext> |
The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.
|
XsltCommonFunctions |
This class contains common static functions, that get called from the PDF and HTML xsl-transformations.
|
Copyright © 2007-2018. All Rights Reserved.