Interface ElementQualifier
- All Known Implementing Classes:
ElementNameAndAttributeQualifier, ElementNameAndTextQualifier, ElementNameQualifier, MultiLevelElementNameAndTextQualifier, RecursiveElementNameAndTextQualifier
public interface ElementQualifier
Interface used by the DifferenceEngine class to determine which elements can
be compared within a NodeList of child nodes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanqualifyForComparison(Element control, Element test) Determine whether two elements are comparable
-
Method Details
-
qualifyForComparison
-