DifferenceListenerpublic class CaseInsensitiveDifferenceListener extends TextDifferenceListenerBase
RETURN_ACCEPT_DIFFERENCE, RETURN_IGNORE_DIFFERENCE_NODES_IDENTICAL, RETURN_IGNORE_DIFFERENCE_NODES_SIMILAR, RETURN_UPGRADE_DIFFERENCE_NODES_DIFFERENT| Constructor | Description |
|---|---|
CaseInsensitiveDifferenceListener(DifferenceListener delegateTo) |
| Modifier and Type | Method | Description |
|---|---|---|
protected int |
textualDifference(Difference d) |
Delegates to the nested DifferenceListener.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattributeDifference, cdataDifference, commentDifference, differenceFound, skippedComparison, textDifferencepublic CaseInsensitiveDifferenceListener(DifferenceListener delegateTo)
protected int textualDifference(Difference d)
TextDifferenceListenerBasetextualDifference in class TextDifferenceListenerBase