OpenOffice.org
XMerge API

Uses of Class
org.openoffice.xmerge.MergeException

Packages that use MergeException
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.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.merge Provides implementations for the MergeAlgorithm interface, the NodeMergeAlgorithm interface, and related support classes. 
 

Uses of MergeException in org.openoffice.xmerge
 

Methods in org.openoffice.xmerge that throw MergeException
 void DocumentMerger.merge(Document modifiedDoc)
          This method will find the changes that had happened in the modifiedDoc Document object given the designated original Document.
 

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

Methods in org.openoffice.xmerge.converter.xml.sxc that throw MergeException
 void DocumentMergerImpl.merge(Document modifiedDoc)
           
 

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

Methods in org.openoffice.xmerge.converter.xml.sxw.aportisdoc that throw MergeException
 void DocumentMergerImpl.merge(Document modifiedDoc)
           
 

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

Methods in org.openoffice.xmerge.converter.xml.sxw.pocketword that throw MergeException
 void DocumentMergerImpl.merge(Document modifiedDoc)
           
 

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

Methods in org.openoffice.xmerge.converter.xml.xslt that throw MergeException
 void DocumentMergerImpl.merge(Document modifiedDoc)
           
 

Uses of MergeException in org.openoffice.xmerge.merger
 

Methods in org.openoffice.xmerge.merger that throw MergeException
 void MergeAlgorithm.applyDifference(Iterator orgSeq, Iterator modSeq, Difference[] differences)
          This method is to merge the difference to an Iterator.
 

Uses of MergeException in org.openoffice.xmerge.merger.merge
 

Methods in org.openoffice.xmerge.merger.merge that throw MergeException
 void DocumentMerge.applyDifference(Iterator orgSeq, Iterator modSeq, Difference[] differences)
           
 


OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org