public class XjdfMerger
extends java.lang.Object
| Constructor and Description |
|---|
XjdfMerger()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
XJDF |
merge(XJDF... xjdfs)
Merge one xjdf document into another one.
|
public final XJDF merge(XJDF... xjdfs) throws MergeConflictException
xjdfs - XJDF documents to merge.MergeConflictException - if merging fails.