class CSSRuleList

The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules. More...

Full nameDOM::CSSRuleList
Definition#include <css_rule.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Members


Detailed Description

The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.

 CSSRuleList ()

CSSRuleList

 CSSRuleList (const CSSRuleList &other)

CSSRuleList

 CSSRuleList (CSSRuleListImpl *i)

CSSRuleList

 CSSRuleList (StyleListImpl *i)

CSSRuleList

CSSRuleList &  operator = (const CSSRuleList &other)

operator =

 ~CSSRuleList ()

~CSSRuleList

unsigned long  length ()

length

[const]

The number of CSSRule s in the list. The range of valid child rule indices is 0 to length-1 inclusive.

CSSRule  item ( unsigned long index )

item

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.

Parameters:
indexIndex into the collection

Returns: The style rule at the index position in the CSSRuleList , or null if that is not a valid index.

CSSRuleListImpl * handle ()

handle

[const]

not part of the DOM

bool  isNull ()

isNull

[const]

CSSRuleListImpl * impl

impl

[protected]


Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53.