|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use I_HtmlDiffConfiguration | |
|---|---|
| com.alkacon.diff | |
| Uses of I_HtmlDiffConfiguration in com.alkacon.diff |
|---|
| Classes in com.alkacon.diff that implement I_HtmlDiffConfiguration | |
|---|---|
class |
HtmlDiffConfiguration
Default Html Diff operation configuration class. |
| Methods in com.alkacon.diff with parameters of type I_HtmlDiffConfiguration | |
|---|---|
static java.lang.String |
Diff.diffAsHtml(java.lang.String text1,
java.lang.String text2,
I_HtmlDiffConfiguration config)
Returns the diff of the given two input texts in HTML format. |
static void |
Diff.diffAsHtml(java.lang.String text1,
java.lang.String text2,
java.io.Writer writer,
I_HtmlDiffConfiguration config)
Diffs two texts, outputting the result as HTML to the specified writer instance. |
| Constructors in com.alkacon.diff with parameters of type I_HtmlDiffConfiguration | |
|---|---|
HtmlDiffOutput(org.xml.sax.ContentHandler handler,
I_HtmlDiffConfiguration config)
Creates a new HTML Diff output based on the given XML content handler. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||