public class CSSRuleListImpl extends Object implements org.w3c.dom.css.CSSRuleList, Serializable
CSSRuleList
.Constructor and Description |
---|
CSSRuleListImpl() |
Modifier and Type | Method and 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.CSSRuleList
public org.w3c.dom.css.CSSRule item(int index)
item
in interface org.w3c.dom.css.CSSRuleList
public 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 © 2016. All rights reserved.