Package com.deltaxml.ditamerge
package com.deltaxml.ditamerge
DeltaNova DITA Merge API
This package provides classes for Merging of DITA inputs. Merging aligns the data/content in the DITA file and provides an output suitable for a number of use cases. TheConcurrentMerge class provides an n-way merge where an ancestor version and a number of derivatives are
recombined. A further class (ThreeWayMerge) provides extended capabilities for the common three-way use case
and additionally provides a number of additional output formats and types (such as editor track-change formats).-
ClassDescriptionA concurrent merge class which supports n-way merging of the concurrently edited DITA documents.Formatting Elements are DITA elements whose primary purpose is to affect the rendering style of their text contents.A sequential merge class which supports n-way merging of the sequentially edited DITA documents.The main class for three-way concurrent DITA merge operations.