package hu.procyon.atomizer;


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