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