getPropertyValue

fun Element.getPropertyValue(name: String): String?(source)

Returns the value of the value attribute of property name, or null if the property does not exist, the property has no value, or there are multiple properties with the given name.