void setAttribute(String attribute,String info){ if(attribute == 'style'){ style[attribute] = info; } else{ attributes[attribute] = info; } }