Serializable, org.w3c.dom.css.CSSRuleListpublic class CSSRuleListImpl extends Object implements org.w3c.dom.css.CSSRuleList, Serializable
CSSRuleList.| Constructor | Description |
|---|---|
CSSRuleListImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(org.w3c.dom.css.CSSRule rule) |
|
void |
delete(int index) |
|
int |
getLength() |
|
List<org.w3c.dom.css.CSSRule> |
getRules() |
|
void |
insert(org.w3c.dom.css.CSSRule rule,
int index) |
|
org.w3c.dom.css.CSSRule |
item(int index) |
|
void |
setRules(List<org.w3c.dom.css.CSSRule> rules) |
|
String |
toString() |
public List<org.w3c.dom.css.CSSRule> getRules()
public void setRules(List<org.w3c.dom.css.CSSRule> rules)
public int getLength()
getLength in interface org.w3c.dom.css.CSSRuleListpublic org.w3c.dom.css.CSSRule item(int index)
item in interface org.w3c.dom.css.CSSRuleListpublic void add(org.w3c.dom.css.CSSRule rule)
public void insert(org.w3c.dom.css.CSSRule rule, int index)
public void delete(int index)
Copyright © 2018. All rights reserved.