public class DiffHtmlUtil
extends Object
This class can compare two different versions of HTML code. It detects changes to an entire HTML page such as removal or addition of characters or images.
Constructor and Description |
---|
DiffHtmlUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
diff(Reader source,
Reader target) |
static DiffHtml |
getDiffHtml() |
static String |
replaceStyles(String html) |
void |
setDiffHtml(DiffHtml diffHtml) |