- All Superinterfaces:
- CSSRuleList,- Iterable<CSSRule>
A rule list with additional utility methods.
- 
Method SummaryMethods inherited from interface org.w3c.dom.css.CSSRuleListgetLengthMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Method Details- 
itemRetrieve a CSS rule by ordinal index. The order in this collection represents the order of the rules in the CSS style sheet.- Specified by:
- itemin interface- CSSRuleList
- Parameters:
- index- the index in the collection.
- Returns:
- the rule at the indexposition, ornullif the index is less than zero or equal or greater to the list length.
 
- 
iteratorReturns an iterator over the rules.
 
-