DekGenius.com
Team LiB   Previous Section   Next Section
CSSPrimitiveValue.getStringValue( ) query a CSS string value

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.

    Team LiB   Previous Section   Next Section