| 
 | ||||||||
| PREV CLASS NEXT CLASS | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
The CSSRuleList interface provides the abstraction of an
ordered collection of CSS rules.
The items in the CSSRuleList are accessible via an integral
index, starting from 0.
See also the Document Object Model (DOM) Level 2 Style Specification.
| Method Summary | |
|  int | getLength()The number of CSSRulesin the list. | 
|  CSSRule | item(int index)Used to retrieve a CSS rule by ordinal index. | 
| Method Detail | 
public int getLength()
CSSRules in the list. The range of valid child
rule indices is 0 to length-1 inclusive.public CSSRule item(int index)
null.index - Index into the collectionindex position in the
CSSRuleList, or null if that is not a valid
index.| 
 | ||||||||
| PREV CLASS NEXT CLASS | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Copyright © 2000 W3C® (MIT, INRIA, Keio), All Rights Reserved. W3C liability, trademark, document useand software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.