ElementQualifier
determines which nodes to compare
Important for comparing elements in different order:
package org.custommonkey.xmlunit;
public interface DifferenceListener {
public boolean qualifyForComparison(Element control, Element test)
}
Return true if the two elements should be compared, false otherwise