getContentByName

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

Returns the Element contained in this Element that has attribute name="[name]", or null if no single such Element exists.