Returns an array of QName objects produced from all values associated with
the specified attribute of the specified element so as each attribute's value
is converted to a QName object (the detailed representation of an XML name; see below)
according to the rules described in toQName()
function.
In the case of a single-value attribute, the function returns a single-element array containing the attribute's converted value.
Parameters:
element
getAttrQNameValues(contextElement, attrName)
attrName
If the element contains no attribute with the specified name
(or in the case element == null
), an empty array is returned.
getAttrValues(), toQName(), GOMAttribute.values