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 TypeMethodDescriptionvoidaddStyleRule(CSSRuleListImpl newList) addStyleRule.longgetLength.item(int index) item.toString()
-
Constructor Details
-
CSSRuleListImpl
-
-
Method Details
-
item
item.
- Specified by:
itemin interfaceCSSRuleList- Parameters:
index- aIntegerobject.- Returns:
- a
CSSStyleRuleobject.
-
getLength
public long getLength()getLength.
- Specified by:
getLengthin interfaceCSSRuleList- Returns:
- a
Longobject.
-
addStyleRule
addStyleRule.
- Parameters:
newList- aCSSRuleListImplobject.
-
toString
-