Uses of Interface
org.xmlunit.diff.ElementSelectors.ConditionalSelectorBuilderThen
-
Packages that use ElementSelectors.ConditionalSelectorBuilderThen Package Description org.xmlunit.diff Contains XMLUnitDifferenceEngine
that is at the heart of all comparisons as well as supporting interfaces and implementations. -
-
Uses of ElementSelectors.ConditionalSelectorBuilderThen in org.xmlunit.diff
Classes in org.xmlunit.diff that implement ElementSelectors.ConditionalSelectorBuilderThen Modifier and Type Class Description (package private) class
DefaultConditionalSelectorBuilder
Methods in org.xmlunit.diff that return ElementSelectors.ConditionalSelectorBuilderThen Modifier and Type Method Description ElementSelectors.ConditionalSelectorBuilderThen
DefaultConditionalSelectorBuilder. when(Predicate<? super org.w3c.dom.Element> predicate)
ElementSelectors.ConditionalSelectorBuilderThen
ElementSelectors.ConditionalSelectorBuilder. when(Predicate<? super org.w3c.dom.Element> predicate)
Sets up a conditional ElementSelector.ElementSelectors.ConditionalSelectorBuilderThen
DefaultConditionalSelectorBuilder. whenElementIsNamed(java.lang.String expectedName)
ElementSelectors.ConditionalSelectorBuilderThen
DefaultConditionalSelectorBuilder. whenElementIsNamed(javax.xml.namespace.QName expectedName)
ElementSelectors.ConditionalSelectorBuilderThen
ElementSelectors.ConditionalSelectorBuilder. whenElementIsNamed(java.lang.String expectedName)
Sets up a conditional ElementSelector.ElementSelectors.ConditionalSelectorBuilderThen
ElementSelectors.ConditionalSelectorBuilder. whenElementIsNamed(javax.xml.namespace.QName expectedName)
Sets up a conditional ElementSelector.
-