Package org.xmlunit.diff
Class ElementSelectors.CanBeComparedPredicate
- java.lang.Object
-
- org.xmlunit.diff.ElementSelectors.CanBeComparedPredicate
-
- All Implemented Interfaces:
Predicate<ElementSelector>
- Enclosing class:
- ElementSelectors
private static class ElementSelectors.CanBeComparedPredicate extends java.lang.Object implements Predicate<ElementSelector>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CanBeComparedPredicate(org.w3c.dom.Element e1, org.w3c.dom.Element e2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(ElementSelector es)
-
-
-
Method Detail
-
test
public boolean test(ElementSelector es)
- Specified by:
test
in interfacePredicate<ElementSelector>
-
-