813814815816817818819820821
private static Item getKey(Element keyElement, DataMap map) { // get the attributes: int id = XMLBase.getIntAttrOrZero(keyElement, STR_ID); // create the object: Item key = new Key(id, map); return key; }