Class IgnoreTextAndAttributeValuesDifferenceListener

java.lang.Object
org.custommonkey.xmlunit.IgnoreTextAndAttributeValuesDifferenceListener
All Implemented Interfaces:
DifferenceListener

public class IgnoreTextAndAttributeValuesDifferenceListener extends Object implements DifferenceListener
Class to use when performing a Diff that only compares the structure of 2 pieces of XML, i.e. where the values of text and attribute nodes should be ignored.
See Also:
  • Field Details

    • IGNORE_VALUES

      private static final int[] IGNORE_VALUES
  • Constructor Details

    • IgnoreTextAndAttributeValuesDifferenceListener

      public IgnoreTextAndAttributeValuesDifferenceListener()
  • Method Details