Package org.loboevolution.css
Interface CSSRuleList
- All Known Implementing Classes:
CSSRuleListImpl
public interface CSSRuleList
A rule list with additional utility methods.
-
Method Summary
-
Method Details
-
item
item.
- Parameters:
index
- aInteger
object.- Returns:
- a
CSSStyleRule
object.
-
getLength
long getLength()getLength.
- Returns:
- a
Long
object.
-