SYNOPSISvarstrlst refInfoGetAttributes(refInfo ref)
Parameters:
ref
- A refInfo
object
Returns:
varstrlst
list of attribute names for the reference.
DESCRIPTION
The refInfoGetAttributes
function returns the varstrlst
list of attribute names for the given reference. Note that with
arrayconvert
enabled (here; default
on), the list will be returned as a Vortex array.
EXAMPLE<$attrs = (refInfoGetAttributes($ref))>
Attributes for link:
<loop $attrs>
<$ret = (refInfoGetAttribute($ref, $attrs))>
$attrs = $ret
</loop>
CAVEATS
In version 8.01.1663356227 20220916 and later, the returned value(s)
are lowercase. In prior versions the case may vary.
SEE ALSOrefInfoGetAttribute
, refInfoGetTagName