Package org.xmlunit.diff
Interface ElementSelectors.ConditionalSelectorBuilderThen
-
- All Known Implementing Classes:
DefaultConditionalSelectorBuilder
- Enclosing class:
- ElementSelectors
public static interface ElementSelectors.ConditionalSelectorBuilderThen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementSelectors.ConditionalSelectorBuilder
thenUse(ElementSelector es)
Specifies the ElementSelector to use when the condition holds true.
-
-
-
Method Detail
-
thenUse
ElementSelectors.ConditionalSelectorBuilder thenUse(ElementSelector es)
Specifies the ElementSelector to use when the condition holds true.
-
-