Searched refs:getIntOrThrow (Results 1 – 1 of 1) sorted by relevance
215 val id = attributes.getIntOrThrow(qualifiedName, "id") in fromXml()321 private fun Attributes.getIntOrThrow(tag: String, attr: String): Int = in Attributes() method