1 package ar.com.epere4.java2excel.parser; 2 3 /*** 4 * This interface represents an instance of the 5 * header tag in the configuration xml file. 6 * 7 * Properties defined in this interface are documented in the dtd schema that 8 * you can find in the url defined by 9 * {@link ar.com.epere4.java2excel.parser.Parser#JAVA2EXCEL_SYSTEM_ID} or in the 10 * resource you can find in 11 * {@link ar.com.epere4.java2excel.parser.Parser#JAVA2EXCEL_LOCAL_DTD_URL}. 12 * 13 * @author epere4 14 * @since 06/02/2006 15 */ 16 public interface HeaderDtd { 17 18 }