DifferenceListener
public 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, wait
attributeDifference, cdataDifference, commentDifference, differenceFound, skippedComparison, textDifference
public CaseInsensitiveDifferenceListener(DifferenceListener delegateTo)
protected int textualDifference(Difference d)
TextDifferenceListenerBase
textualDifference
in class TextDifferenceListenerBase