Programmer's Guide > Interfaces > ANode interface > ATIElementAttributeSelector enumeration
  
ATIElementAttributeSelector enumeration
Passed as the selector parameter to the getElementsByAttribute method.
The ATIElementAttributeSelector enumeration has the following constants of type unsigned short.
ATI_ATTR_ALL_VALUES = 0
Select elements with attributes that match the name parameter only, ignoring the value parameter.
ATI_ATTR_SPECIFIC_VALUE = 1
Select elements with attributes that match both the name and value parameters.