DOM::CSSRuleList Class Reference
TheCSSRuleList
interface provides the abstraction of an ordered collection of CSS rules.
More...
#include <css_rule.h>
Public Member Functions | |
CSSRuleList () | |
CSSRuleList (const CSSRuleList &other) | |
CSSRuleList (CSSRuleListImpl *i) | |
CSSRuleList (StyleListImpl *i) | |
CSSRuleList & | operator= (const CSSRuleList &other) |
~CSSRuleList () | |
unsigned long | length () const |
CSSRule | item (unsigned long index) |
CSSRuleListImpl * | handle () const |
bool | isNull () const |
Protected Attributes | |
CSSRuleListImpl * | impl |
Detailed Description
TheCSSRuleList
interface provides the abstraction of an ordered collection of CSS rules.
Definition at line 484 of file css_rule.h.
Member Function Documentation
|
The number of
The range of valid child rule indices is Definition at line 521 of file css_rule.cpp. References impl. Referenced by KJS::DOMCSSRuleList::tryGet(). |
|
Used to retrieve a CSS rule by ordinal index. The order in this collection represents the order of the rules in the CSS style sheet.
Definition at line 528 of file css_rule.cpp. References impl. |
The documentation for this class was generated from the following files: