|
OpenOffice.org XMerge API |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
ConverterCapabilitiesImpl | Xslt implementation of ConverterCapabilities for
the PluginFactoryImpl . |
DocumentDeserializerImpl | Xslt implementation of
org.openoffice.xmerge.DocumentSerializer
for the PluginFactoryImpl . |
DocumentMergerImpl | Xslt implementation of DocumentMerger
for the PluginFactoryImpl . |
DocumentSerializerImpl | Xslt implementation of
org.openoffice.xmerge.DocumentSerializer
for the PluginFactoryImpl . |
GenericOfficeDocument | This class is an implementation of OfficeDocument for
the generic office format. |
PluginFactoryImpl | Xslt implementation of the PluginFactory . |
Provides the tools for doing the conversion of StarWriter XML to and from supported formats, through the use of an XSLT transformation.
It follows the org.openoffice.xmerge framework for the conversion process.
This converter does not currently support merge.
XSLT Transformation
The converter makes use
of one or more XSLT style sheets, which are used in the
DocumentSerializer and DocumentDeserializer, to perform the actual
translations. The location of these stylesheets is extracted from the ConverterInfo
data structure, and are specified using the optional converter-xslt-serialize and converter-xsltdeserialize tags in a plugins converter.xml file. Please refer to the SDK document for more information about how to implement a Plugin Configuration XML File for a specific plugin.
A sample OpenOffice to Html stylesheet and Html to
Openffice stylesheet, has been provided as a sample implementation.
The converter also makes use of an XsltPlugin.properties file, which may be edited by the user to provide MIME-TYPE to file extension mappings. This file is used by the getDeviceFileExtension
method.
|
OpenOffice.org XMerge API |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |