String value = attribute.getRawValue();
if (attribute.isSpecialAttribute(ATTRIBUTE_NAME))
{
stateDefinition = new StateDefinition(this, this.getASScope(),
value, attribute.getValueStart(), attribute.getValueEnd());
}
else if (attribute.isSpecialAttribute(ATTRIBUTE_STATE_GROUPS))
{
stateGroups = attribute.getMXMLDialect().splitAndTrim(value);