Module jdk.xml.dom

Interface CSSValue

All Known Subinterfaces:
CSSPrimitiveValue, CSSValueList

public interface CSSValue
The CSSValue interface represents a simple or a complex value. A CSSValue object only occurs in a context of a CSS property.

See also the Document Object Model (DOM) Level 2 Style Specification.

Since:
1.4, DOM Level 2