Package org.xwiki.diff.xml
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
diff(String left, String right, XMLDiffConfiguration config)
Computes and marks the differences between two XML documents.
-
-
-
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 comparisonright
- the right side of the comparisonconfig
- the configuration- Returns:
- the differences between the two XML documents
- Throws:
DiffException
- if the difference can't be computed
-
-