public interface ElementQualifier
| Modifier and Type | Method and Description |
|---|---|
boolean |
qualifyForComparison(org.w3c.dom.Element control,
org.w3c.dom.Element test)
Determine whether two elements are comparable
|
boolean qualifyForComparison(org.w3c.dom.Element control,
org.w3c.dom.Element test)
control - an Element from the control XML NodeListtest - an Element from the test XML NodeList