Class CaseInsensitiveDifferenceListener
java.lang.Object
org.custommonkey.xmlunit.examples.TextDifferenceListenerBase
org.custommonkey.xmlunit.examples.CaseInsensitiveDifferenceListener
- All Implemented Interfaces:
DifferenceListener
Ignores case for all textual content.
-
Field Summary
Fields inherited from interface org.custommonkey.xmlunit.DifferenceListener
RETURN_ACCEPT_DIFFERENCE, RETURN_IGNORE_DIFFERENCE_NODES_IDENTICAL, RETURN_IGNORE_DIFFERENCE_NODES_SIMILAR, RETURN_UPGRADE_DIFFERENCE_NODES_DIFFERENT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
Delegates to the nested DifferenceListener.Methods inherited from class org.custommonkey.xmlunit.examples.TextDifferenceListenerBase
attributeDifference, cdataDifference, commentDifference, differenceFound, skippedComparison, textDifference
-
Constructor Details
-
CaseInsensitiveDifferenceListener
-
-
Method Details
-
textualDifference
Description copied from class:TextDifferenceListenerBase
Delegates to the nested DifferenceListener.- Overrides:
textualDifference
in classTextDifferenceListenerBase
-