|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openoffice.xmerge.converter.xml.sxw.pocketword.DocumentDeserializerImpl
Pocket Word implementation of DocumentDeserializer
for the PluginFactoryImpl
.
This converts a Pocket Word file to an OpenOffice Writer XML DOM.
Constructor Summary | |
DocumentDeserializerImpl(ConvertData cd)
Initialises a new DocumentDeserializerImpl using the
supplied ConvertData . |
Method Summary | |
Document |
deserialize()
Convert the data passed into the DocumentDeserializer
constructor into the OpenOffice Writer Document
format. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentDeserializerImpl(ConvertData cd)
DocumentDeserializerImpl
using the
supplied ConvertData
.
The Document
objects in the ConvertData
should be PocketWordDocument
objects.
cd
- ConvertData containing a PocketWordDocument
for conversion.Method Detail |
public Document deserialize() throws java.io.IOException, ConvertException
Convert the data passed into the DocumentDeserializer
constructor into the OpenOffice Writer Document
format.
This method may or may not be thread-safe. It is expected that the user code does not call this method in more than one thread. And for most cases, this method is only done once.
deserialize
in interface DocumentDeserializer
Document
object from conversion.ConvertException
- If any Convert error occurs.java.io.IOException
- If any I/O error occurs.
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |