/* * Created on 30.7.2004 * */ package net.sf.tomp.xml.id; import org.xml.sax.Attributes; /** * @author tomp * */ public interface IdGetterSetter { String getId(Element e); Attributes setId(Attributes atts, String newId); }