Class Summary |
AbstractMergeSet |
Abstract class containing a set of items that need to be merged, split up into items
that just appear in the left-hand side, those in the right-hand side, and
those that are in both (potential conflicts). |
DocumentMerger |
Class that can merge two DOM Documents, relatively simply. |
DocumentStreamAdapter |
Adapter class to convert streams into documents. |
MergeElement |
MergeElement - a MergeSet that only contains one element from left or right. |
MergeNodeList |
A MergedNodeList is a MergeSet that applies to AbstractNodeLists. |
MergePair |
Class containing a pair of items that need to be merged. |