OpenOffice.org
XMerge API

Uses of Interface
org.openoffice.xmerge.DocumentDeserializer

Packages that use DocumentDeserializer
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.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.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. 
 

Uses of DocumentDeserializer in org.openoffice.xmerge
 

Methods in org.openoffice.xmerge that return DocumentDeserializer
 DocumentDeserializer DocumentDeserializerFactory.createDocumentDeserializer(ConvertData cd)
          The DocumentDeserializer is used to convert from the "Device" Document format to the "Office" Document format.
 

Uses of DocumentDeserializer in org.openoffice.xmerge.converter.xml.sxc
 

Classes in org.openoffice.xmerge.converter.xml.sxc that implement DocumentDeserializer
 class SxcDocumentDeserializer
          General spreadsheet implementation of DocumentDeserializer for the SxcPluginFactory.
 

Uses of DocumentDeserializer in org.openoffice.xmerge.converter.xml.sxc.pexcel
 

Classes in org.openoffice.xmerge.converter.xml.sxc.pexcel that implement DocumentDeserializer
 class SxcDocumentDeserializerImpl
          Pocket Excel implementation of DocumentDeserializer for the PluginFactoryImpl.
 

Methods in org.openoffice.xmerge.converter.xml.sxc.pexcel that return DocumentDeserializer
 DocumentDeserializer PluginFactoryImpl.createDocumentDeserializer(ConvertData cd)
          Returns an instance of DocumentDeserializerImpl, which is an implementation of DocumentDeserializer interface.
 

Uses of DocumentDeserializer in org.openoffice.xmerge.converter.xml.sxw.aportisdoc
 

Classes in org.openoffice.xmerge.converter.xml.sxw.aportisdoc that implement DocumentDeserializer
 class DocumentDeserializerImpl
          AportisDoc implementation of DocumentDeserializer for the PluginFactoryImpl.
 

Methods in org.openoffice.xmerge.converter.xml.sxw.aportisdoc that return DocumentDeserializer
 DocumentDeserializer PluginFactoryImpl.createDocumentDeserializer(ConvertData cd)
          Returns an instance of DocumentDeserializerImpl, which is an implementation of the DocumentDeserializer interface.
 

Uses of DocumentDeserializer in org.openoffice.xmerge.converter.xml.sxw.pocketword
 

Methods in org.openoffice.xmerge.converter.xml.sxw.pocketword that return DocumentDeserializer
 DocumentDeserializer PluginFactoryImpl.createDocumentDeserializer(ConvertData cd)
          The DocumentDeserializer is used to convert from the Pocket Word Document format to the OpenOffice Writer Document format.
 

Uses of DocumentDeserializer in org.openoffice.xmerge.converter.xml.xslt
 

Methods in org.openoffice.xmerge.converter.xml.xslt that return DocumentDeserializer
 DocumentDeserializer PluginFactoryImpl.createDocumentDeserializer(ConvertData cd)
          Returns an instance of DocumentDeserializerImpl, which is an implementation of the DocumentDeserializer interface.
 


OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org