19package org.openoffice.xmerge;
21import java.io.IOException;
This Exception is thrown by convert algorithms.
A DocumentDeserializer represents a converter that converts "Device" Document objects into the "Offic...
Document deserialize(String deviceURL, String officeURL)
Convert the data passed into the DocumentDeserializer2 constructor into the "Office" Document format.
A DocumentSerializer represents a converter that converts a "Office" Document to a "Device" Document ...
A Document represents any Document to be converted and the resulting Document from any conversion.