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
-
ClassDescriptionThe
Counter
interface is used to represent any counter or counters function value.TheCSS2Properties
interface represents a convenience mechanism for retrieving and setting properties within aCSSStyleDeclaration
.TheCSSCharsetRule
interface represents a @charset rule in a CSS style sheet.TheCSSFontFaceRule
interface represents a @font-face rule in a CSS style sheet.TheCSSImportRule
interface represents a @import rule within a CSS style sheet.TheCSSMediaRule
interface represents a @media rule in a CSS style sheet.TheCSSPageRule
interface represents a @page rule within a CSS style sheet.TheCSSPrimitiveValue
interface represents a single CSS value .TheCSSRule
interface is the abstract base interface for any type of CSS statement.TheCSSRuleList
interface provides the abstraction of an ordered collection of CSS rules.TheCSSStyleDeclaration
interface represents a single CSS declaration block.TheCSSStyleRule
interface represents a single rule set in a CSS style sheet.TheCSSStyleSheet
interface is a concrete interface used to represent a CSS style sheet i.e., a style sheet whose content type is "text/css".TheCSSUnknownRule
interface represents an at-rule not supported by this user agent.TheCSSValue
interface represents a simple or a complex value.TheCSSValueList
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 aCSSStyleSheet
outside the context of a document.Inline style information attached to elements is exposed through thestyle
attribute.TheRect
interface is used to represent any rect value.TheRGBColor
interface is used to represent any RGB color value.This interface represents a CSS view.