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) |
boolean |
equals(Object obj) |
int |
getLength() |
List<org.w3c.dom.css.CSSRule> |
getRules() |
int |
hashCode() |
void |
insert(org.w3c.dom.css.CSSRule rule,
int index) |
org.w3c.dom.css.CSSRule |
item(int index) |
String |
toString() |
public List<org.w3c.dom.css.CSSRule> getRules()
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.