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

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

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

Public Member Functions

DocumentSerializer createDocumentSerializer (Document doc)
 The DocumentSerializer is used to convert from the "Office" Document format to the "Device" Document format. More...
 

Detailed Description

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

All plug-in implementations of the PluginFactory interface that also support serialization must also implement this interface.

See also
PluginFactory
DocumentSerializer

Definition at line 32 of file DocumentSerializerFactory.java.

Member Function Documentation

◆ createDocumentSerializer()

DocumentSerializer org.openoffice.xmerge.DocumentSerializerFactory.createDocumentSerializer ( Document  doc)

The DocumentSerializer is used to convert from the "Office" Document format to the "Device" Document format.

The ConvertData object is passed along to the created DocumentSerializer via its constructor. The ConvertData is read and converted when the DocumentSerializer object's serialize method is called.

Parameters
docDocument object that the created DocumentSerializer object uses as input.
Returns
A DocumentSerializer 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: