public StyleValue compile(Object objValue)
{
String value = stringify(objValue);
try
{
DimensionValue attribute;
attribute = attemptAutoAttribute(value);
if(attribute == null)
attribute = attemptGreedyAttribute(value);
if(attribute == null)
attribute = attemptPercentageAttribute(value);