org.apache.wink.test.diff
Class DifferenceListenerIgnoreWhitespace

java.lang.Object
  extended by org.apache.wink.test.diff.DifferenceListenerIgnoreWhitespace
All Implemented Interfaces:
org.custommonkey.xmlunit.DifferenceListener
Direct Known Subclasses:
DifferenceListenerIgnoreUpdateOrCompareTimes

public class DifferenceListenerIgnoreWhitespace
extends java.lang.Object
implements org.custommonkey.xmlunit.DifferenceListener


Field Summary
 
Fields inherited from interface org.custommonkey.xmlunit.DifferenceListener
RETURN_ACCEPT_DIFFERENCE, RETURN_IGNORE_DIFFERENCE_NODES_IDENTICAL, RETURN_IGNORE_DIFFERENCE_NODES_SIMILAR
 
Constructor Summary
DifferenceListenerIgnoreWhitespace()
           
 
Method Summary
 int differenceFound(org.custommonkey.xmlunit.Difference difference)
           
 void skippedComparison(org.w3c.dom.Node node, org.w3c.dom.Node node1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DifferenceListenerIgnoreWhitespace

public DifferenceListenerIgnoreWhitespace()
Method Detail

differenceFound

public int differenceFound(org.custommonkey.xmlunit.Difference difference)
Specified by:
differenceFound in interface org.custommonkey.xmlunit.DifferenceListener

skippedComparison

public void skippedComparison(org.w3c.dom.Node node,
                              org.w3c.dom.Node node1)
Specified by:
skippedComparison in interface org.custommonkey.xmlunit.DifferenceListener


Copyright © 2009 The Apache Software Foundation. All Rights Reserved.