Searched refs:countStr (Results 1 – 1 of 1) sorted by relevance
80 String countStr = parser.getAttributeValue(null, "count"); in readXml() local81 if (countStr == null) { in readXml()87 final int count = Integer.parseInt(countStr); in readXml()