public static class NewDifferenceEngine.ElementQualifier2ElementSelector extends java.lang.Object implements ElementSelector
Modifier and Type | Field and Description |
---|---|
private ElementQualifier |
eq |
Constructor and Description |
---|
ElementQualifier2ElementSelector(ElementQualifier eq) |
Modifier and Type | Method and 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.
|
private final ElementQualifier eq
public ElementQualifier2ElementSelector(ElementQualifier eq)
public boolean canBeCompared(org.w3c.dom.Element controlElement, org.w3c.dom.Element testElement)
ElementSelector
canBeCompared
in interface ElementSelector