Module jdk.xml.dom

Package org.w3c.dom.css


package org.w3c.dom.css
Provides interfaces for DOM Level 2 Style Specification. Refer to the Document Object Model (DOM) Level 2 Style Specification, the CSS and stylesheets modules define the Document Object Model Level 2 Style Sheets and Cascading Style Sheets (CSS) that allow programs and scripts to dynamically access and update the content of style sheets documents.
Since:
1.4
  • Interfaces
    Class
    Description
    The Counter interface is used to represent any counter or counters function value.
    The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration.
    The CSSCharsetRule interface represents a @charset rule in a CSS style sheet.
    The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet.
    The CSSImportRule interface represents a @import rule within a CSS style sheet.
    The CSSMediaRule interface represents a @media rule in a CSS style sheet.
    The CSSPageRule interface represents a @page rule within a CSS style sheet.
    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 CSSStyleRule interface represents a single rule set in a CSS style sheet.
    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 CSSUnknownRule interface represents an at-rule not supported by this user agent.
    The CSSValue interface represents a simple or a complex value.
    The CSSValueList interface provides the abstraction of an ordered collection of CSS values.
    This interface represents a document with a CSS view.
    This interface allows the DOM user to create a CSSStyleSheet outside the context of a document.
    Inline style information attached to elements is exposed through the style attribute.
    The Rect interface is used to represent any rect value.
    The RGBColor interface is used to represent any RGB color value.
    This interface represents a CSS view.