Uses of Interface
org.custommonkey.xmlunit.MatchTracker
Packages that use MatchTracker
-
Uses of MatchTracker in org.custommonkey.xmlunit
Fields in org.custommonkey.xmlunit declared as MatchTrackerModifier and TypeFieldDescriptionprivate MatchTracker
DifferenceEngine.matchTracker
private MatchTracker
NewDifferenceEngine.matchTracker
private MatchTracker
Diff.matchTrackerDelegate
private final MatchTracker
NewDifferenceEngine.MatchTracker2ComparisonListener.mt
Methods in org.custommonkey.xmlunit with parameters of type MatchTrackerModifier and TypeMethodDescriptionvoid
Diff.overrideMatchTracker
(MatchTracker delegate) Override theMatchTracker
used to track successfully matched nodes.void
DifferenceEngine.setMatchTracker
(MatchTracker matchTracker) void
DifferenceEngineContract.setMatchTracker
(MatchTracker matchTracker) void
NewDifferenceEngine.setMatchTracker
(MatchTracker matchTracker) Constructors in org.custommonkey.xmlunit with parameters of type MatchTrackerModifierConstructorDescriptionDifferenceEngine
(ComparisonController controller, MatchTracker matchTracker) Simple constructorNewDifferenceEngine
(ComparisonController controller, MatchTracker matchTracker) Simple constructor