Top Description Interfaces
module jdk.xml.dom

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

Interface Summary

Modifier and TypeInterface and Description
public interface
Counter

The Counter interface is used to represent any counter or counters function value.

public interface
CSS2Properties

The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration.

public interface
CSSCharsetRule

The CSSCharsetRule interface represents a @charset rule in a CSS style sheet.

public interface
CSSFontFaceRule

The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet.

public interface
CSSImportRule

The CSSImportRule interface represents a @import rule within a CSS style sheet.

public interface
CSSMediaRule

The CSSMediaRule interface represents a @media rule in a CSS style sheet.

public interface
CSSPageRule

The CSSPageRule interface represents a @page rule within a CSS style sheet.

public interface
CSSPrimitiveValue

The CSSPrimitiveValue interface represents a single CSS value .

public interface
CSSRule

The CSSRule interface is the abstract base interface for any type of CSS statement.

public interface
CSSRuleList

The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.

public interface
CSSStyleDeclaration

The CSSStyleDeclaration interface represents a single CSS declaration block.

public interface
CSSStyleRule

The CSSStyleRule interface represents a single rule set in a CSS style sheet.

public interface
CSSStyleSheet

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".

public interface
CSSUnknownRule

The CSSUnknownRule interface represents an at-rule not supported by this user agent.

public interface
CSSValue

The CSSValue interface represents a simple or a complex value.

public interface
CSSValueList

The CSSValueList interface provides the abstraction of an ordered collection of CSS values.

public interface
DocumentCSS

This interface represents a document with a CSS view.

public interface
DOMImplementationCSS

This interface allows the DOM user to create a CSSStyleSheet outside the context of a document.

public interface
ElementCSSInlineStyle

Inline style information attached to elements is exposed through the style attribute.

public interface
Rect

The Rect interface is used to represent any rect value.

public interface
RGBColor

The RGBColor interface is used to represent any RGB color value.

public interface
ViewCSS

This interface represents a CSS view.