Availability
DOM
Level 2 CSS
Synopsis
String getStringValue( )
throws DOMException;
Returns
The string value of this CSSPrimitiveValue.
Throws
This method throws a DOMException with a code of
INVALID_ACCESS_ERR if the
primitiveType property is not
CSS_STRING, CSS_URI,
CSS_IDENT, or CSS_ATTR.