setAttributeStyle method
Implementation
setAttributeStyle(String property, String value) {
internalSetAttribute(property, value);
// TODO: This have some problems about cascading order. I will fixed it later. @XGHeaven
attributeStyle[property] = value;
}