LibreOffice Module xmerge (master) 1
Public Member Functions | List of all members
org.openoffice.xmerge.DocumentDeserializerFactory Interface Reference

A DocumentDeserializer object is used to convert from the "Device" Document format to the "Office" Document format. More...

Inheritance diagram for org.openoffice.xmerge.DocumentDeserializerFactory:
[legend]

Public Member Functions

DocumentDeserializer createDocumentDeserializer (ConvertData cd)
 The DocumentDeserializer is used to convert from the "Device" Document format to the "Office" Document format. More...
 

Detailed Description

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.

See also
PluginFactory
DocumentDeserializer

Definition at line 32 of file DocumentDeserializerFactory.java.

Member Function Documentation

◆ createDocumentDeserializer()

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.

Parameters
cdConvertData object that the created DocumentDeserializer object uses as input.
Returns
A DocumentDeserializer object.

Implemented in org.openoffice.xmerge.converter.xml.xslt.PluginFactoryImpl.

Referenced by org.openoffice.xmerge.Convert.convert().


The documentation for this interface was generated from the following file: