class CSSRuleList
|
The <code> CSSRuleList </code> interface provides the abstraction
of an ordered collection of CSS rules. More... |
|
|
Public Methods
Protected Members
The <code> CSSRuleList </code> 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 <code> CSSRule </code> s in the list. The range
of valid child rule indices is <code> 0 </code> to <code>
length-1 </code> 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:
index | Index into the collection
|
Returns: The style rule at the <code> index </code> position in
the <code> CSSRuleList </code> , or <code> null </code> if that
is not a valid index.
CSSRuleListImpl * handle ()
| handle |
[const]
not part of the DOM
[const]
CSSRuleListImpl * impl
| impl |
[protected]
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |