Package elemental2.dom
Class CSSRuleList
- java.lang.Object
-
- elemental2.dom.CSSRuleList
-
-
Field Summary
Fields Modifier and Type Field Description int
length
-
Constructor Summary
Constructors Constructor Description CSSRuleList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSSRule
item(int index)
-
-
-
Method Detail
-
item
public CSSRule item(int index)
-
-