OpenOffice.org
XMerge API

Uses of Interface
org.openoffice.xmerge.DocumentSerializer

Packages that use DocumentSerializer
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 DocumentSerializer in org.openoffice.xmerge
 

Methods in org.openoffice.xmerge that return DocumentSerializer
 DocumentSerializer DocumentSerializerFactory.createDocumentSerializer(Document doc)
          The DocumentSerializer is used to convert from the "Office" Document format to the "Device" Document format.
 

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

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

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

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

Methods in org.openoffice.xmerge.converter.xml.sxc.pexcel that return DocumentSerializer
 DocumentSerializer PluginFactoryImpl.createDocumentSerializer(Document doc)
          Returns an instance of DocumentSerializerImpl, which is an implementation of DocumentSerializer interface.
 

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

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

Methods in org.openoffice.xmerge.converter.xml.sxw.aportisdoc that return DocumentSerializer
 DocumentSerializer PluginFactoryImpl.createDocumentSerializer(Document doc)
          Returns an instance of DocumentSerializerImpl, which is an implementation of the DocumentSerializer interface.
 

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

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

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

Methods in org.openoffice.xmerge.converter.xml.xslt that return DocumentSerializer
 DocumentSerializer PluginFactoryImpl.createDocumentSerializer(Document doc)
          Returns an instance of DocumentSerializerImpl, which is an implementation of the DocumentSerializer interface.
 


OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org