Interface DocumentMerge

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.w3c.dom.Document merge​(org.w3c.dom.Document original, org.w3c.dom.Document newDocument)
      Merge the contents of two XML documents
    • Method Detail

      • merge

        org.w3c.dom.Document merge​(org.w3c.dom.Document original,
                                   org.w3c.dom.Document newDocument)
                            throws java.lang.Exception
        Merge the contents of two XML documents
        Parameters:
        original - the original Document
        newDocument - the document to merge
        Returns:
        the merged document
        Throws:
        java.lang.Exception