package org.simantics.xml.sax.base; import java.util.Map; import org.simantics.db.WriteGraph; import org.simantics.db.exception.DatabaseException; public interface IDReferenceParser extends XMLElementParser{ public boolean connectReferences(WriteGraph graph, ParserElement element, Map map) throws DatabaseException; }