refInfoGetAttributes

SYNOPSIS

varstrlst refInfoGetAttributes(refInfo ref)

Parameters:

  • ref - A refInfo object

Returns:

  • The 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 ALSO
refInfoGetAttribute, refInfoGetTagName


Copyright © Thunderstone Software     Last updated: Oct 24 2023
Copyright © 2024 Thunderstone Software LLC. All rights reserved.