key = module.attributeValue("name") + "-"
+ e1.attributeValue("name") + "-"
+ e2.attributeValue("name") + "-"
+ e3.attributeValue("index").toLowerCase();
if (SQLMap.containsKey(key)) {
throw new KeyRepetitionException(key);
}
SQLMap.put(key.toLowerCase(), e3.getTextTrim());
}
}
}