What DOMElement method should be used to check for availability of a non-namespaced attribute?
getAttributeNS()
getAttribute()
hasAttribute()
hasAttributeNS()
Submit