/* * Created on 30.7.2004 * */ package net.sf.tomp.xml.id; /** * @author tomp * */ public interface IdGenerator { String nextId(Element e); }