CSSRule Interface Reference

import "CSSRule.idl";

Inherited by CSSCharsetRule, CSSFontFaceRule, CSSImportRule, CSSMediaRule, CSSPageRule, CSSStyleRule, and CSSUnknownRule.

Inheritance diagram for CSSRule:

Inheritance graph
[legend]
Collaboration diagram for CSSRule:

Collaboration graph
[legend]
List of all members.

Public Attributes

const unsigned short UNKNOWN_RULE = 0
const unsigned short STYLE_RULE = 1
const unsigned short CHARSET_RULE = 2
const unsigned short IMPORT_RULE = 3
const unsigned short MEDIA_RULE = 4
const unsigned short FONT_FACE_RULE = 5
const unsigned short PAGE_RULE = 6
readonly attribute unsigned
short 
type
attribute DOMString cssText
readonly attribute CSSStyleSheet parentStyleSheet
readonly attribute CSSRule parentRule

Detailed Description

Definition at line 24 of file CSSRule.idl.


Member Data Documentation

const unsigned short UNKNOWN_RULE = 0

Definition at line 27 of file CSSRule.idl.

const unsigned short STYLE_RULE = 1

Definition at line 28 of file CSSRule.idl.

const unsigned short CHARSET_RULE = 2

Definition at line 29 of file CSSRule.idl.

const unsigned short IMPORT_RULE = 3

Definition at line 30 of file CSSRule.idl.

const unsigned short MEDIA_RULE = 4

Definition at line 31 of file CSSRule.idl.

const unsigned short FONT_FACE_RULE = 5

Definition at line 32 of file CSSRule.idl.

const unsigned short PAGE_RULE = 6

Definition at line 33 of file CSSRule.idl.

readonly attribute unsigned short type

Definition at line 36 of file CSSRule.idl.

attribute DOMString cssText

Definition at line 41 of file CSSRule.idl.

readonly attribute CSSStyleSheet parentStyleSheet

Definition at line 43 of file CSSRule.idl.

readonly attribute CSSRule parentRule

Definition at line 44 of file CSSRule.idl.


The documentation for this interface was generated from the following file:
Generated on Fri Feb 9 15:11:51 2007 for Web Kit DOM by  doxygen 1.5.1