public interface CSSRuleList
CSSRuleList
is an array-like object containing an ordered collection of CSSRule
objects.Modifier and Type | Method and Description |
---|---|
int |
getLength() |
CSSRule |
item(int index) |
int getLength()
CSSRule item(int index)
Copyright © 2018. All rights reserved.