StyleKey[] keys = handler.getAffectedKeys();
for (int i = 0; i < keys.length; i++)
{
StyleKey key = keys[i];
final CSSCompoundAttrFunction cattr = new CSSCompoundAttrFunction
(name, attr.getNamespace(), attr.getName(), attr.getValueType());
rule.setPropertyValue(key, cattr, important);
}
}