Searched defs:Attributes (Results 1 – 2 of 2) sorted by relevance
318 private fun Attributes.getStringOrThrow(tag: String, attr: String): String = in Attributes() method321 private fun Attributes.getIntOrThrow(tag: String, attr: String): Int = in Attributes() method
116 fun Attributes.requiredValue(name: String) = in Attributes() method