Uses of Interface
com.alkacon.diff.I_DiffOutput

Packages that use I_DiffOutput
com.alkacon.diff   
 

Uses of I_DiffOutput in com.alkacon.diff
 

Classes in com.alkacon.diff that implement I_DiffOutput
 class HtmlDiffOutput
          Outputs the diff result as HTML elements to a SAX ContentHandler.
 class TextDiffOutput
          Text based implementation for a Diff output.
 

Methods in com.alkacon.diff with parameters of type I_DiffOutput
static void Diff.diff(java.lang.String text1, java.lang.String text2, I_DiffOutput output, I_DiffConfiguration config)
          Diffs two texts, outputting the result to the specified DiffOutput instance.
 



Copyright © 2005-2011. All Rights Reserved.