Package org.loboevolution.html.js.css
Class CSSRuleListImpl
java.lang.Object
org.loboevolution.html.js.css.CSSRuleListImpl
- All Implemented Interfaces:
CSSRuleList
CSSRuleListImpl class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addStyleRule
(CSSRuleListImpl newList) addStyleRule.long
getLength.item
(int index) item.toString()
-
Constructor Details
-
CSSRuleListImpl
-
-
Method Details
-
item
item.
- Specified by:
item
in interfaceCSSRuleList
- Parameters:
index
- aInteger
object.- Returns:
- a
CSSStyleRule
object.
-
getLength
public long getLength()getLength.
- Specified by:
getLength
in interfaceCSSRuleList
- Returns:
- a
Long
object.
-
addStyleRule
addStyleRule.
- Parameters:
newList
- aCSSRuleListImpl
object.
-
toString
-