| Interface | Description |
|---|---|
| Atom |
A unit of comparison between html files.
|
| IAtomSplitter |
Extens the IRangeComparator interface with functionality to recreate parts of
the original document.
|
| Class | Description |
|---|---|
| ArgumentComparator |
Takes a String and generates tokens/atoms that can be used by LCS.
|
| DelimiterAtom |
A TextAtom with an identifier from a limited set of delimiter strings.
|
| TagAtom |
An atom that represents a closing or opening tag.
|
| TagComparator | |
| TagDiffer |
Takes 2 AtomSplitters and computes the difference between them.
|
| TagSaxDiffOutput |
Outputs the diff result as HTML elements to a SAX ContentHandler.
|
| TextAtom |
An Atom that represents a piece of ordinary text.
|
Copyright © 2022. All rights reserved.