package gr.ntua.ivml.mint.xml.transform; /** * @author fxeni * * Interface for preview transform classes * */ public interface ItemTransform { public String transform(String input); }