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
Classes in org.xmlunit.diff that implement ElementSelectors.ConditionalSelectorBuilderThen Modifier and Type Class Description (package private) classDefaultConditionalSelectorBuilderMethods in org.xmlunit.diff that return ElementSelectors.ConditionalSelectorBuilderThen Modifier and Type Method Description ElementSelectors.ConditionalSelectorBuilderThenDefaultConditionalSelectorBuilder. when(Predicate<? super org.w3c.dom.Element> predicate)ElementSelectors.ConditionalSelectorBuilderThenElementSelectors.ConditionalSelectorBuilder. when(Predicate<? super org.w3c.dom.Element> predicate)Sets up a conditional ElementSelector.ElementSelectors.ConditionalSelectorBuilderThenDefaultConditionalSelectorBuilder. whenElementIsNamed(java.lang.String expectedName)ElementSelectors.ConditionalSelectorBuilderThenDefaultConditionalSelectorBuilder. whenElementIsNamed(javax.xml.namespace.QName expectedName)ElementSelectors.ConditionalSelectorBuilderThenElementSelectors.ConditionalSelectorBuilder. whenElementIsNamed(java.lang.String expectedName)Sets up a conditional ElementSelector.ElementSelectors.ConditionalSelectorBuilderThenElementSelectors.ConditionalSelectorBuilder. whenElementIsNamed(javax.xml.namespace.QName expectedName)Sets up a conditional ElementSelector.
-