Uses of Interface
com.deltaxml.mergecommon.MergeBase
Packages that use MergeBase
Package
Description
DeltaNova DITA Merge API
DeltaNova XML Merge API
This package is used to define the interfaces and classes that are common to all of the merge products.
-
Uses of MergeBase in com.deltaxml.ditamerge
Classes in com.deltaxml.ditamerge that implement MergeBaseModifier and TypeClassDescriptionclassA concurrent merge class which supports n-way merging of the concurrently edited DITA documents.classA sequential merge class which supports n-way merging of the sequentially edited DITA documents.classThe main class for three-way concurrent DITA merge operations. -
Uses of MergeBase in com.deltaxml.merge
Classes in com.deltaxml.merge that implement MergeBaseModifier and TypeClassDescriptionclassA merge class which supports n-way merging of the concurrently edited XML content (data or documents) .classA merge class which supports n-way merging of the sequentially edited XML content (data or documents).classThe main class for three-way concurrent merge operations. -
Uses of MergeBase in com.deltaxml.mergecommon
Subinterfaces of MergeBase in com.deltaxml.mergecommonModifier and TypeInterfaceDescriptioninterfaceA common interface for concurrent merge classes.