Class TextDifferenceListenerBase

java.lang.Object
org.custommonkey.xmlunit.examples.TextDifferenceListenerBase
All Implemented Interfaces:
DifferenceListener
Direct Known Subclasses:
CaseInsensitiveDifferenceListener, FloatingPointTolerantDifferenceListener

public abstract class TextDifferenceListenerBase extends Object implements DifferenceListener
Base class that delegates all differences to another DifferenceListener.

Subclasses get a chance to hook into special methods that will be invoked for differences in textual values of attributes, CDATA sections, Text or comment nodes.