| AbstractDifferenceEngine |
Useful base-implementation of some parts of the DifferenceEngine
interface.
|
| AbstractDifferenceEngine.ComparisonState |
Encapsulates the current result and a flag that
indicates whether comparison should be stopped.
|
| AbstractDifferenceEngine.DeferredComparison |
Encapsulates a comparison that may or may not be performed.
|
| Comparison |
Details of a single comparison XMLUnit has performed.
|
| Comparison.Detail |
The details of a target (usually some representation of an XML
Node) that took part in the comparison.
|
| ComparisonController |
Decides whether the difference engine should stop the whole
comparison process because of the current difference.
|
| ComparisonFormatter |
|
| ComparisonListener |
Is notified of comparisions and their results.
|
| ComparisonResult |
The possible outcomes of a comparision.
|
| ComparisonType |
The kinds of comparisons XMLUnit performs.
|
| DefaultNodeMatcher.NodeTypeMatcher |
Determines whether two Nodes are eligible for comparison based
on their node type.
|
| Difference |
|
| DifferenceEngine |
XMLUnit's difference engine.
|
| DifferenceEvaluator |
May decide to up- or downgrade the severity of a difference.
|
| ElementSelector |
|
| ElementSelectors.ConditionalSelectorBuilder |
|
| ElementSelectors.ConditionalSelectorBuilderThen |
|
| NodeMatcher |
Strategy that matches control and tests nodes for comparison.
|
| XPathContext |
Helper class that keeps track of the XPath of matched nodes during
comparison.
|
| XPathContext.NodeInfo |
|