com.steadystate.css.dom
Class CSSRuleListImpl
java.lang.Object
com.steadystate.css.dom.CSSRuleListImpl
- All Implemented Interfaces:
- Serializable, org.w3c.dom.css.CSSRuleList
public class CSSRuleListImpl
- extends Object
- implements org.w3c.dom.css.CSSRuleList, Serializable
Implementation of CSSRuleList.
- Author:
- David Schweinsberg, rbri
- See Also:
- Serialized Form
CSSRuleListImpl
public CSSRuleListImpl()
getRules
public List<org.w3c.dom.css.CSSRule> getRules()
setRules
public void setRules(List<org.w3c.dom.css.CSSRule> rules)
getLength
public int getLength()
- Specified by:
getLength in interface org.w3c.dom.css.CSSRuleList
item
public org.w3c.dom.css.CSSRule item(int index)
- Specified by:
item in interface org.w3c.dom.css.CSSRuleList
add
public void add(org.w3c.dom.css.CSSRule rule)
insert
public void insert(org.w3c.dom.css.CSSRule rule,
int index)
delete
public void delete(int index)
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2013. All rights reserved.