Package org.custommonkey.xmlunit
Class NewDifferenceEngine.ElementQualifier2ElementSelector
- java.lang.Object
-
- org.custommonkey.xmlunit.NewDifferenceEngine.ElementQualifier2ElementSelector
-
- All Implemented Interfaces:
ElementSelector
- Enclosing class:
- NewDifferenceEngine
public static class NewDifferenceEngine.ElementQualifier2ElementSelector extends java.lang.Object implements ElementSelector
-
-
Field Summary
Fields Modifier and Type Field Description private ElementQualifier
eq
-
Constructor Summary
Constructors Constructor Description ElementQualifier2ElementSelector(ElementQualifier eq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canBeCompared(org.w3c.dom.Element controlElement, org.w3c.dom.Element testElement)
Determine whether the two elements from the control and test XML can be compared.
-
-
-
Field Detail
-
eq
private final ElementQualifier eq
-
-
Constructor Detail
-
ElementQualifier2ElementSelector
public ElementQualifier2ElementSelector(ElementQualifier eq)
-
-
Method Detail
-
canBeCompared
public boolean canBeCompared(org.w3c.dom.Element controlElement, org.w3c.dom.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 interfaceElementSelector
-
-