Uses of Interface
org.xmlunit.diff.ElementSelectors.ConditionalSelectorBuilderThen
-
Packages that use ElementSelectors.ConditionalSelectorBuilderThen Package Description org.xmlunit.diff Contains XMLUnitDifferenceEnginethat is at the heart of all comparisons as well as supporting interfaces and implementations. -
-
Uses of ElementSelectors.ConditionalSelectorBuilderThen in org.xmlunit.diff
Methods in org.xmlunit.diff that return ElementSelectors.ConditionalSelectorBuilderThen Modifier and Type Method Description ElementSelectors.ConditionalSelectorBuilderThenElementSelectors.ConditionalSelectorBuilder. when(Predicate<? super Element> predicate)Sets up a conditional ElementSelector.ElementSelectors.ConditionalSelectorBuilderThenElementSelectors.ConditionalSelectorBuilder. whenElementIsNamed(String expectedName)Sets up a conditional ElementSelector.ElementSelectors.ConditionalSelectorBuilderThenElementSelectors.ConditionalSelectorBuilder. whenElementIsNamed(QName expectedName)Sets up a conditional ElementSelector.
-