public class CaseInsensitiveDifferenceListener extends TextDifferenceListenerBase
RETURN_ACCEPT_DIFFERENCE, RETURN_IGNORE_DIFFERENCE_NODES_IDENTICAL, RETURN_IGNORE_DIFFERENCE_NODES_SIMILAR, RETURN_UPGRADE_DIFFERENCE_NODES_DIFFERENT| Constructor and Description |
|---|
CaseInsensitiveDifferenceListener(DifferenceListener delegateTo)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
textualDifference(Difference d)
Delegates to the nested DifferenceListener.
|
attributeDifference, cdataDifference, commentDifference, differenceFound, skippedComparison, textDifferencepublic CaseInsensitiveDifferenceListener(DifferenceListener delegateTo)
delegateTo - the DifferenceListener to delegate to.protected int textualDifference(Difference d)
TextDifferenceListenerBasetextualDifference in class TextDifferenceListenerBased - the differenceCopyright © 2001–2025 XMLUnit. All rights reserved.