package org.custommonkey.xmlunit; public interface ComparisonController { boolean haltComparison(Difference difference); }