Uses of Package
org.w3c.dom.css

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