19package org.openoffice.xmerge.merger;
This Exception is thrown by merge algorithms.
This is the Difference basic unit.
This is an interface used by the DiffAlgorithm and MergeAlgorithm to access a Document.
This is the MergeAlgorithm interface.
void applyDifference(Iterator orgSeq, Iterator modSeq, Difference[] differences)
This method is to merge the difference to an Iterator.
Provides interfaces for converting between two Document formats, and supports a "merge" interface for...