Uses of Package
org.w3c.dom.css
Package | Description |
---|---|
org.w3c.dom.css |
Provides interfaces for DOM Level 2 Style Specification.
|
-
Classes in org.w3c.dom.css used by org.w3c.dom.css Class Description Counter TheCounter
interface is used to represent any counter or counters function value.CSSPrimitiveValue TheCSSPrimitiveValue
interface represents a single CSS value .CSSRule TheCSSRule
interface is the abstract base interface for any type of CSS statement.CSSRuleList TheCSSRuleList
interface provides the abstraction of an ordered collection of CSS rules.CSSStyleDeclaration TheCSSStyleDeclaration
interface represents a single CSS declaration block.CSSStyleSheet TheCSSStyleSheet
interface is a concrete interface used to represent a CSS style sheet i.e., a style sheet whose content type is "text/css".CSSValue TheCSSValue
interface represents a simple or a complex value.Rect TheRect
interface is used to represent any rect value.RGBColor TheRGBColor
interface is used to represent any RGB color value.