Interface XMLDiffManager


  • @Role
    public interface XMLDiffManager
    Computes and marks the differences between two XML documents.
    Since:
    11.10.1, 12.0RC1
    Version:
    $Id: ef466c6084cbf3007a8cfd0cfcbb31dfc06ca4d7 $
    • Method Detail

      • diff

        String diff​(String left,
                    String right,
                    XMLDiffConfiguration config)
             throws DiffException
        Computes and marks the differences between two XML documents.
        Parameters:
        left - the left side of the comparison
        right - the right side of the comparison
        config - the configuration
        Returns:
        the differences between the two XML documents
        Throws:
        DiffException - if the difference can't be computed