Package cssutils :: Package css
[hide private]
[frames] | no frames]

Package css

source code

Document Object Model Level 2 CSS http://www.w3.org/TR/2000/PR-DOM-Level-2-Style-20000927/css.html

currently implemented
todo

Version: $LastChangedRevision: 879 $

Date: $LastChangedDate: 2008-01-19 22:57:42 +0100 (Sa, 19 Jan 2008) $

Author: $LastChangedBy: cthedot $

Submodules [hide private]

Classes [hide private]
  CSSStyleSheet
The CSSStyleSheet interface represents a CSS style sheet.
  CSSRuleList
The CSSRuleList object represents an (ordered) list of statements.
  CSSRule
Abstract base interface for any type of CSS statement.
  CSSComment
(cssutils) a CSS comment
  CSSCharsetRule
The CSSCharsetRule interface represents an @charset rule in a CSS style sheet.
  CSSMediaRule
Objects implementing the CSSMediaRule interface can be identified by the MEDIA_RULE constant.
  CSSNamespaceRule
Represents an @namespace rule within a CSS style sheet.
  CSSPageRule
The CSSPageRule interface represents a @page rule within a CSS style sheet.
  CSSStyleRule
The CSSStyleRule object represents a ruleset specified (if any) in a CSS style sheet.
  CSSUnknownRule
represents an at-rule not supported by this user agent.
  Selector
(cssutils) a single selector in a SelectorList of a CSSStyleRule
  SelectorList
(cssutils) a list of Selectors of a CSSStyleRule
  Property
(cssutils) a CSS property in a StyleDeclaration of a CSSStyleRule
  CSSStyleDeclaration
The CSSStyleDeclaration class represents a single CSS declaration block.
  CSSValueList
The CSSValueList interface provides the abstraction of an ordered collection of CSS values.
  CSSValue
The CSSValue interface represents a simple or a complex value.
  CSSPrimitiveValue
represents a single CSS Value.

Imports: CSSFontFaceRule, CSSImportRule, csscharsetrule, csscomment, cssfontfacerule, cssimportrule, cssmediarule, cssnamespacerule, csspagerule, cssproperties, cssrule, cssrulelist, cssstyledeclaration, cssstylerule, cssstylesheet, cssunknownrule, cssvalue, property, selector, selectorlist