|
LibreOffice Module xmerge (master) 1
|
A DocumentSerializer object is used to convert from the "Office" Document format to the "Device" Document format.
More...
Public Member Functions | |
| DocumentSerializer | createDocumentSerializer (Document doc) |
The DocumentSerializer is used to convert from the "Office" Document format to the "Device" Document format. More... | |
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.
Definition at line 32 of file DocumentSerializerFactory.java.
| 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.
| doc | Document object that the created DocumentSerializer object uses as input. |
DocumentSerializer object. Implemented in org.openoffice.xmerge.converter.xml.xslt.PluginFactoryImpl.
Referenced by org.openoffice.xmerge.Convert.convert().