Uses of Interface
org.custommonkey.xmlunit.MatchTracker
-
Packages that use MatchTracker Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer. -
-
Uses of MatchTracker in org.custommonkey.xmlunit
Fields in org.custommonkey.xmlunit declared as MatchTracker Modifier and Type Field Description private MatchTrackerDifferenceEngine. matchTrackerprivate MatchTrackerNewDifferenceEngine. matchTrackerprivate MatchTrackerDiff. matchTrackerDelegateprivate MatchTrackerNewDifferenceEngine.MatchTracker2ComparisonListener. mtMethods in org.custommonkey.xmlunit with parameters of type MatchTracker Modifier and Type Method Description voidDiff. overrideMatchTracker(MatchTracker delegate)Override theMatchTrackerused to track successfully matched nodes.voidDifferenceEngine. setMatchTracker(MatchTracker matchTracker)voidDifferenceEngineContract. setMatchTracker(MatchTracker matchTracker)voidNewDifferenceEngine. setMatchTracker(MatchTracker matchTracker)Constructors in org.custommonkey.xmlunit with parameters of type MatchTracker Constructor Description DifferenceEngine(ComparisonController controller, MatchTracker matchTracker)Simple constructorMatchTracker2ComparisonListener(MatchTracker m)NewDifferenceEngine(ComparisonController controller, MatchTracker matchTracker)Simple constructor
-