public class DiffHtmlUtil
extends java.lang.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 java.lang.String |
diff(java.io.Reader source,
java.io.Reader target) |
static DiffHtml |
getDiffHtml() |
void |
setDiffHtml(DiffHtml diffHtml) |