org.ceryle.ui.xnode
Interface XNodeDiffProvider

All Known Implementing Classes:
XNodeContextualDiffProvider

public interface XNodeDiffProvider

An interface for a diff provider for text. This is not intended to be used for markup.

Since:
XNode 1.2
Version:
$Id: XNodeDiffProvider.java,v 3.2 2007-06-15 12:09:53 altheim Exp $
Author:
Murray Altheim

Method Summary
 String makeDiffHtml(String oldText, String newText)
          Return an XHTML-compliant String displaying a diff between the two String parameters.
 

Method Detail

makeDiffHtml

String makeDiffHtml(String oldText,
                    String newText)
Return an XHTML-compliant String displaying a diff between the two String parameters.



The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.