Class ComponentsXmlMerger

    • Constructor Detail

      • ComponentsXmlMerger

        public ComponentsXmlMerger()
    • Method Detail

      • merge

        public org.jdom2.Document merge​(org.jdom2.Document dDocument,
                                        org.jdom2.Document rDocument)
                                 throws MergeException
        Description copied from interface: Merger
        Merge with the recessive document.
        Parameters:
        dDocument - the dominant document.
        rDocument - the recessive document.
        Returns:
        the merged Document instance.
        Throws:
        MergeException - if there was an error in merge.
        See Also:
        Merger.merge(Document, Document)