19package org.openoffice.xmerge;
22import java.io.InputStream;
23import java.io.IOException;
139 boolean isZip)
throws IOException;
A PluginFactory encapsulates the conversions from one Document format to another.
ConverterInfo getConverterInfo()
Returns the ConvertInfo that corresponds to this plug-in.
PluginFactory(ConverterInfo ci)
Constructor that caches the ConvertInfo that corresponds to the registry information for this plug-in...
abstract Document createOfficeDocument(String name, InputStream is)
Create a Document object that corresponds to the Office data passed in via the InputStream object.
abstract Document createOfficeDocument(String name, InputStream is, boolean isZip)
Create a Document object that corresponds to the Office data passed in via the InputStream object.
final ConverterInfo ciCache
Cached ConvertInfo object.
abstract Document createDeviceDocument(String name, InputStream is)
Create a Document object that corresponds to the device data passed in via the InputStream object.
Class for storing the information about a converter plug-in.
A Document represents any Document to be converted and the resulting Document from any conversion.
Provides an interface for plug-in registration.
Provides general purpose utilities.
Provides interfaces for converting between two Document formats, and supports a "merge" interface for...