public final void setStyle (String value)

A string representation of the CSS style associated with this specific Node. This is analogous to the "style" attribute of an HTML element. Note that, like the HTML style attribute, this variable contains style properties and values and not the selector portion of a style rule.

Parameters:
value    The inline CSS style to use for this Node. null is implicitly converted to an empty String.

See also:
CSS Reference Guide

@defaultValue empty string