|
LibreOffice Module xmerge (master) 1
|
A DocumentDeserializer object is used to convert from the "Device" Document format to the "Office" Document format.
More...
Public Member Functions | |
| DocumentDeserializer | createDocumentDeserializer (ConvertData cd) |
The DocumentDeserializer is used to convert from the "Device" Document format to the "Office" Document format. More... | |
A DocumentDeserializer object is used to convert from the "Device" Document format to the "Office" Document format.
All plug-in implementations of the PluginFactory 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 DocumentDeserializer is used to convert from the "Device" Document format to the "Office" Document format.
The ConvertData object is passed along to the created DocumentDeserializer via its constructor. The ConvertData is read and converted when the DocumentDeserializer object's deserialize method is called.
| cd | ConvertData object that the created DocumentDeserializer object uses as input. |
DocumentDeserializer object. Implemented in org.openoffice.xmerge.converter.xml.xslt.PluginFactoryImpl.
Referenced by org.openoffice.xmerge.Convert.convert().