OpenOffice.org
XMerge API

org.openoffice.xmerge
Interface DocumentDeserializerFactory

All Known Implementing Classes:
PluginFactoryImpl, PluginFactoryImpl, PluginFactoryImpl, PluginFactoryImpl

public interface DocumentDeserializerFactory

A DocumentDeserializer object is used to convert from the "Device" Documetn 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

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

Method Detail

createDocumentDeserializer

public DocumentDeserializer 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 the DocumentDeserializer object's deserialize method is called.

Parameters:
cd - ConvertData object that the created DocumentDeserializer object uses as input.
Returns:
A DocumentDeserializer object.

OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org