|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
public DocumentDeserializer createDocumentDeserializer(ConvertData cd)
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.
cd
- ConvertData
object that the created
DocumentDeserializer
object uses as
input.DocumentDeserializer
object.
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |