OpenOffice.org
XMerge API

Uses of Package
org.openoffice.xmerge

Packages that use org.openoffice.xmerge
org.openoffice.xmerge Provides interfaces for converting between two Document formats, and supports a "merge" interface for merging back changes from a "lossy" format back into a rich format. 
org.openoffice.xmerge.converter.dom Provides classes for converting basic document types to/from a DOMDocument object, which can be used by the framework. 
org.openoffice.xmerge.converter.palm Provides classes for converting Palm database data to/from a PalmDocument object, which can be used by the framework. 
org.openoffice.xmerge.converter.xml Document and PluginFactory implementations for XML based formats. 
org.openoffice.xmerge.converter.xml.sxc Provides base implementation of StarCalc XML conversion to and from different "Device" Document formats. 
org.openoffice.xmerge.converter.xml.sxc.pexcel Provides the tools for doing the conversion of StarWriter XML to and from Pocket Excel format. 
org.openoffice.xmerge.converter.xml.sxw Provides base implementation of StarWriter XML conversion to and from different "Device" Document formats. 
org.openoffice.xmerge.converter.xml.sxw.aportisdoc Provides the tools for doing the conversion of StarWriter XML to and from AportisDoc format. 
org.openoffice.xmerge.converter.xml.sxw.pocketword Plugin for the conversion of documents between StarWriter XML and Pocket Word format. 
org.openoffice.xmerge.converter.xml.xslt Provides the tools for doing the conversion of StarWriter XML to and from supported formats, through the use of an XSLT transformation. 
org.openoffice.xmerge.merger The DiffAlgorithm and MergeAlgorithm are used to provide the merge capabilities of this project. 
org.openoffice.xmerge.merger.diff Provides implementations for the Iterator interface and related support classes. 
org.openoffice.xmerge.merger.merge Provides implementations for the MergeAlgorithm interface, the NodeMergeAlgorithm interface, and related support classes. 
org.openoffice.xmerge.util.registry Provides an interface for plug-in registration. 
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge
Convert
          The Convert class manages a conversion from one mime-type to another.
ConvertData
          ConvertData is used as a container for passing Document objects in and out of the Convert class.
ConvertException
          This Exception is thrown by convert algorithms.
Document
          A Document represents any Document to be converted and the resulting Document from any conversion.
DocumentDeserializer
          A DocumentDeserializer represents a converter that converts "Device" Document objects into the "Office" Document format.
DocumentMerger
          A DocumentMerger can merge changes from a modified "Device" Document to the assigned original "Office" Document.
DocumentSerializer
          A DocumentSerializer represents a converter that converts a "Office" Document to a "Device" Document format.
MergeException
          This Exception is thrown by merge algorithms.
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge.converter.dom
Document
          A Document represents any Document to be converted and the resulting Document from any conversion.
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge.converter.palm
Document
          A Document represents any Document to be converted and the resulting Document from any conversion.
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge.converter.xml
Document
          A Document represents any Document to be converted and the resulting Document from any conversion.
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge.converter.xml.sxc
ConvertData
          ConvertData is used as a container for passing Document objects in and out of the Convert class.
ConverterCapabilities
          A ConverterCapabilities object is used by DocumentMerger implementations.
ConvertException
          This Exception is thrown by convert algorithms.
Document
          A Document represents any Document to be converted and the resulting Document from any conversion.
DocumentDeserializer
          A DocumentDeserializer represents a converter that converts "Device" Document objects into the "Office" Document format.
DocumentMerger
          A DocumentMerger can merge changes from a modified "Device" Document to the assigned original "Office" Document.
DocumentMergerFactory
          All plug-in implementations of the PluginFactory interface that also support merging must also implement this interface.
DocumentSerializer
          A DocumentSerializer represents a converter that converts a "Office" Document to a "Device" Document format.
MergeException
          This Exception is thrown by merge algorithms.
PluginFactory
          A PluginFactory encapsulates the conversions from one Document format to another.
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge.converter.xml.sxc.pexcel
ConvertData
          ConvertData is used as a container for passing Document objects in and out of the Convert class.
ConverterCapabilities
          A ConverterCapabilities object is used by DocumentMerger implementations.
ConvertException
          This Exception is thrown by convert algorithms.
Document
          A Document represents any Document to be converted and the resulting Document from any conversion.
DocumentDeserializer
          A DocumentDeserializer represents a converter that converts "Device" Document objects into the "Office" Document format.
DocumentDeserializerFactory
          A DocumentDeserializer object is used to convert from the "Device" Documetn format to the "Office" Document format.
DocumentMerger
          A DocumentMerger can merge changes from a modified "Device" Document to the assigned original "Office" Document.
DocumentSerializer
          A DocumentSerializer represents a converter that converts a "Office" Document to a "Device" Document format.
DocumentSerializerFactory
          A DocumentSerializer object is used to convert from the "Office" Document format to the "Device" Document format.
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge.converter.xml.sxw
Document
          A Document represents any Document to be converted and the resulting Document from any conversion.
PluginFactory
          A PluginFactory encapsulates the conversions from one Document format to another.
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge.converter.xml.sxw.aportisdoc
ConvertData
          ConvertData is used as a container for passing Document objects in and out of the Convert class.
ConvertException
          This Exception is thrown by convert algorithms.
Document
          A Document represents any Document to be converted and the resulting Document from any conversion.
DocumentDeserializer
          A DocumentDeserializer represents a converter that converts "Device" Document objects into the "Office" Document format.
DocumentMergerFactory
          All plug-in implementations of the PluginFactory interface that also support merging must also implement this interface.
DocumentSerializer
          A DocumentSerializer represents a converter that converts a "Office" Document to a "Device" Document format.
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge.converter.xml.sxw.pocketword
Document
          A Document represents any Document to be converted and the resulting Document from any conversion.
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge.converter.xml.xslt
Document
          A Document represents any Document to be converted and the resulting Document from any conversion.
PluginFactory
          A PluginFactory encapsulates the conversions from one Document format to another.
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge.merger
MergeException
          This Exception is thrown by merge algorithms.
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge.merger.diff
ConverterCapabilities
          A ConverterCapabilities object is used by DocumentMerger implementations.
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge.merger.merge
ConverterCapabilities
          A ConverterCapabilities object is used by DocumentMerger implementations.
MergeException
          This Exception is thrown by merge algorithms.
 

Classes in org.openoffice.xmerge used by org.openoffice.xmerge.util.registry
DocumentDeserializerFactory
          A DocumentDeserializer object is used to convert from the "Device" Documetn format to the "Office" Document format.
DocumentMergerFactory
          All plug-in implementations of the PluginFactory interface that also support merging must also implement this interface.
DocumentSerializerFactory
          A DocumentSerializer object is used to convert from the "Office" Document format to the "Device" Document format.
PluginFactory
          A PluginFactory encapsulates the conversions from one Document format to another.
 


OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org