public class CssRuleList
extends java.lang.Object
CSSRuleList is an array-like object containing an ordered collection of CssRule
objects| Constructor and Description |
|---|
CssRuleList() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
CssRule |
item(int index)
Returns the CssRule for the given index
|