package net.sf.jasperreports.engine.util; public interface MarkupProcessor { String convert(String paramString); }