org.apache.wink.test.diff
Class DifferenceListenerIgnoreUpdateOrCompareTimes

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

public class DifferenceListenerIgnoreUpdateOrCompareTimes
extends DifferenceListenerIgnoreWhitespace

Implementation of difference listener that ignores element


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
DifferenceListenerIgnoreUpdateOrCompareTimes()
           
 
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

DifferenceListenerIgnoreUpdateOrCompareTimes

public DifferenceListenerIgnoreUpdateOrCompareTimes()
Method Detail

differenceFound

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

skippedComparison

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


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