deserializeAttribute
open fun deserializeAttribute(attributeNamespace: String?, attributeLocalName: String, attributeValue: String): Boolean
Handle the given attribute.
Return
true
if handled, false
if not. (The caller may use this for errors)
Parameters
attributeNamespace
The namespace of the attribute.
attributeLocalName
The local name of the attribute
attributeValue
The value of the attribute