Searched refs:cntElement (Results 1 – 1 of 1) sorted by relevance
225 Element cntElement = (Element)cntNode; in parseReport() local226 String type = cntElement.getAttribute("type"); in parseReport()227 String missedStr = cntElement.getAttribute("missed"); in parseReport()228 String coveredStr = cntElement.getAttribute("covered"); in parseReport()