Uses of Interface
org.xmlunit.diff.ElementSelectors.ConditionalSelectorBuilder
Package
Description
Contains XMLUnit
DifferenceEngine
that is
at the heart of all comparisons as well as supporting interfaces
and implementations.-
Uses of ElementSelectors.ConditionalSelectorBuilder in org.xmlunit.diff
Modifier and TypeMethodDescriptionElementSelectors.conditionalBuilder()
Allows to build complexElementSelector
s by combining simpler blocks.ElementSelectors.ConditionalSelectorBuilder.elseUse
(ElementSelector es) Assigns a default ElementSelector that is used if allwhen
s have returned false.ElementSelectors.ConditionalSelectorBuilderThen.thenUse
(ElementSelector es) Specifies the ElementSelector to use when the condition holds true.