Class SequentialMerge

java.lang.Object
com.deltaxml.merge.SequentialMerge
All Implemented Interfaces:
MergeBase

public class SequentialMerge extends Object implements MergeBase

A merge class which supports n-way merging of the sequentially edited XML content (data or documents).

The term sequential describes a scenario in which the each of the versions added to the merge would be a derivative of the previous version. Such a merge would be 'non-concurrent'.

Since:
6.0