getMultiPropertyValue

fun Element.getMultiPropertyValue(name: String): List<String>(source)

Returns the values of all properties with the given name.

Similar to getPropertyValue, but works for multiple properties with the same name, and does not return null.