Searched refs:timeoutStr (Results 1 – 1 of 1) sorted by relevance
147 String timeoutStr = attributes.getValue("timeout"); in startElement() local148 if (timeoutStr != null) { in startElement()149 timeout = Integer.parseInt(timeoutStr); in startElement()