777778779780781782783784785
private static Item getTreasure(Element treasureElement, DataMap map) { // get the attributes: int id = XMLBase.getIntAttrOrZero(treasureElement, STR_ID); // create the object: Item item = new Treasure(id, map); return item; }