| GetAttributeBooleanValue(int, bool) : boolReturn the boolean value of attribute at 'index'. |
| GetAttributeBooleanValue(string, string, bool) : boolReturn the boolean value of 'attribute'. |
| GetAttributeFloatValue(int, float) : floatReturn the float value of attribute at 'index'. |
| GetAttributeFloatValue(string, string, float) : floatReturn the float value of 'attribute'. |
| GetAttributeIntValue(int, int) : intReturn the integer value of attribute at 'index'. |
| GetAttributeIntValue(string, string, int) : intReturn the integer value of 'attribute'. |
| GetAttributeListValue(int, string[], int) : intReturn the index of the value of attribute at 'index' in the list
'options'. |
| GetAttributeListValue(string, string, string[], int) : intReturn the index of the value of 'attribute' in the list 'options'. |
| GetAttributeName(int) : stringReturns the name of the specified attribute. |
| GetAttributeNameResource(int) : intReturn the resource ID associated with the given attribute name. |
| GetAttributeResourceValue(int, int) : intReturn the value of attribute at 'index' as a resource identifier. |
| GetAttributeResourceValue(string, string, int) : intReturn the value of 'attribute' as a resource identifier. |
| GetAttributeUnsignedIntValue(int, int) : intReturn the integer value of attribute at 'index' that is formatted as an
unsigned value. |
| GetAttributeUnsignedIntValue(string, string, int) : intReturn the boolean value of 'attribute' that is formatted as an
unsigned value. |
| GetAttributeValue(int) : stringReturns the value of the specified attribute as a string representation. |
| GetAttributeValue(string, string) : stringReturns the value of the specified attribute as a string representation. |
| GetIdAttributeResourceValue(int) : intReturn the integer value of the "id" attribute or defaultValue if there
is none. |