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 Interface Description Counter TheCounter
interface is used to represent any counter or counters function value.CSS2Properties TheCSS2Properties
interface represents a convenience mechanism for retrieving and setting properties within aCSSStyleDeclaration
.CSSCharsetRule TheCSSCharsetRule
interface represents a @charset rule in a CSS style sheet.CSSFontFaceRule TheCSSFontFaceRule
interface represents a @font-face rule in a CSS style sheet.CSSImportRule TheCSSImportRule
interface represents a @import rule within a CSS style sheet.CSSMediaRule TheCSSMediaRule
interface represents a @media rule in a CSS style sheet.CSSPageRule TheCSSPageRule
interface represents a @page rule within a CSS style sheet.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.CSSStyleRule TheCSSStyleRule
interface represents a single rule set in a CSS style sheet.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".CSSUnknownRule TheCSSUnknownRule
interface represents an at-rule not supported by this user agent.CSSValue TheCSSValue
interface represents a simple or a complex value.CSSValueList TheCSSValueList
interface provides the abstraction of an ordered collection of CSS values.DocumentCSS This interface represents a document with a CSS view.DOMImplementationCSS This interface allows the DOM user to create aCSSStyleSheet
outside the context of a document.ElementCSSInlineStyle Inline style information attached to elements is exposed through thestyle
attribute.Rect TheRect
interface is used to represent any rect value.RGBColor TheRGBColor
interface is used to represent any RGB color value.ViewCSS This interface represents a CSS view.