LibreOffice Module xmerge (master)
1
|
A. More...
Public Member Functions | |
DocumentDeserializer | createDocumentDeserializer (ConvertData cd) |
The. More... | |
A.
object is used to convert from the "Device"
format to the "Office"
format.
All plug-in implementations of the
interface that also support deserialization must also implement this interface.
Definition at line 32 of file DocumentDeserializerFactory.java.
DocumentDeserializer org.openoffice.xmerge.DocumentDeserializerFactory.createDocumentDeserializer | ( | ConvertData | cd | ) |
The.
is used to convert from the "Device"
format to the "Office"
format.
The
object is passed along to the created
via its constructor. The
is read and converted when the
object's
method is called.
cd |
Implemented in org.openoffice.xmerge.converter.xml.xslt.PluginFactoryImpl.
Referenced by org.openoffice.xmerge.Convert.convert().