Searched refs:cidAsString (Results 1 – 1 of 1) sorted by relevance
230 String cidAsString = element.getAttribute("cid"); in convert() local231 int cid = Integer.parseInt(cidAsString); in convert()