Package | Description |
---|---|
org.xmlunit.diff |
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultConditionalSelectorBuilder |
Modifier and Type | Method and 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(javax.xml.namespace.QName expectedName) |
ElementSelectors.ConditionalSelectorBuilderThen |
ElementSelectors.ConditionalSelectorBuilder.whenElementIsNamed(javax.xml.namespace.QName expectedName)
Sets up a conditional ElementSelector.
|
ElementSelectors.ConditionalSelectorBuilderThen |
DefaultConditionalSelectorBuilder.whenElementIsNamed(java.lang.String expectedName) |
ElementSelectors.ConditionalSelectorBuilderThen |
ElementSelectors.ConditionalSelectorBuilder.whenElementIsNamed(java.lang.String expectedName)
Sets up a conditional ElementSelector.
|