November 2001
Intermediate to advanced
936 pages
68h 43m
English
CSSPrimitiveValue.getStringValue( ) — query a CSS string value
DOM Level 2 CSS
String getStringValue( )
throws DOMException;The string value of this CSSPrimitiveValue.
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.