package hu.procyon.atomizer;

import java.net.URL;

public interface HrefFilter {
	
	public boolean probeHref(URL url, WebScraper scraper);
	
}
