Uses of Interface
org.outerj.daisy.diff.DiffOutput

Uses of DiffOutput in org.outerj.daisy.diff
 

Classes in org.outerj.daisy.diff that implement DiffOutput
 class HtmlSaxDiffOutput
          Outputs the diff result as HTML elements to a SAX ContentHandler.
 class TextDiffOutput
           
 

Methods in org.outerj.daisy.diff with parameters of type DiffOutput
static void Diff.diff(java.lang.String text1, java.lang.String text2, DiffOutput output, int contextLineCount)
          Diffs two texts, outputting the result to the specified DiffOutput instance.
 



Copyright © -2005 . All Rights Reserved.