public class DaisyDiff extends Object
| Constructor and Description |
|---|
DaisyDiff() |
| Modifier and Type | Method and Description |
|---|---|
static void |
diffHTML(InputSource oldSource,
InputSource newSource,
ContentHandler consumer,
String prefix,
Locale locale)
Diffs two html files, outputting the result to the specified consumer.
|
static void |
diffTag(BufferedReader oldText,
BufferedReader newText,
ContentHandler consumer)
Diffs two html files word for word as source, outputting the result to
the specified consumer.
|
static void |
diffTag(String oldText,
String newText,
ContentHandler consumer)
Diffs two html files word for word as source, outputting the result to
the specified consumer.
|
public static void diffHTML(InputSource oldSource, InputSource newSource, ContentHandler consumer, String prefix, Locale locale) throws SAXException, IOException
SAXExceptionIOExceptionpublic static void diffTag(String oldText, String newText, ContentHandler consumer) throws Exception
Exceptionpublic static void diffTag(BufferedReader oldText, BufferedReader newText, ContentHandler consumer) throws Exception
ExceptionCopyright © 2022. All rights reserved.