19package org.openoffice.xmerge.converter.xml.sxw;
21import java.io.InputStream;
22import java.io.IOException;
A PluginFactory encapsulates the conversions from one Document format to another.
This class is an implementation of OfficeDocument for the SXW format.
General implementation of the PluginFactory interface for SXW documents.
Document createOfficeDocument(String name, InputStream is)
Create a Document object that corresponds to the Office data passed in via the InputStream object.
SxwPluginFactory(ConverterInfo ci)
Constructor that caches the ConvertInfo that corresponds to the registry information for this plug-in...
Document createOfficeDocument(String name, InputStream is, boolean isZip)
Create a Document object that corresponds to the Office 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...