getAttributeValue

abstract fun getAttributeValue(index: Int): String

Get the value of the attribute at the given index.


abstract fun getAttributeValue(nsUri: String?, localName: String): String?
open fun getAttributeValue(name: QName): String?

Get the value of the attribute with the given name if it exists.