Class NewDifferenceEngine.ElementQualifier2ElementSelector

java.lang.Object
org.custommonkey.xmlunit.NewDifferenceEngine.ElementQualifier2ElementSelector
All Implemented Interfaces:
ElementSelector
Enclosing class:
NewDifferenceEngine

public static class NewDifferenceEngine.ElementQualifier2ElementSelector extends Object implements ElementSelector
  • Field Details

  • Constructor Details

    • ElementQualifier2ElementSelector

      public ElementQualifier2ElementSelector(ElementQualifier eq)
  • Method Details

    • canBeCompared

      public boolean canBeCompared(Element controlElement, Element testElement)
      Description copied from interface: ElementSelector
      Determine whether the two elements from the control and test XML can be compared.
      Specified by:
      canBeCompared in interface ElementSelector