| Package | Description |
|---|---|
| org.xmlunit.builder |
Provides fluent builders for core parts of XMLUnit.
|
| org.xmlunit.diff |
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations. |
| Modifier and Type | Method and Description |
|---|---|
DiffBuilder |
DiffBuilder.withNodeMatcher(NodeMatcher nodeMatcher)
Sets the strategy for selecting nodes to compare.
|
D |
DifferenceEngineConfigurer.withNodeMatcher(NodeMatcher nodeMatcher)
Sets the strategy for selecting nodes to compare.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNodeMatcher
Default implemetation of
NodeMatcher that matches control
and tests nodes for comparison with the help of DefaultNodeMatcher.NodeTypeMatcher and ElementSelectors. |
| Modifier and Type | Method and Description |
|---|---|
protected NodeMatcher |
AbstractDifferenceEngine.getNodeMatcher()
Provides access to the configured NodeMatcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DifferenceEngine.setNodeMatcher(NodeMatcher n)
Sets the strategy for selecting nodes to compare.
|
void |
AbstractDifferenceEngine.setNodeMatcher(NodeMatcher n) |
Copyright © 2001–2025 XMLUnit. All rights reserved.