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
.
- Version:
- $Id: CSSRuleListImpl.java,v 1.3 2008/03/26 02:08:55 sdanig Exp $
- Author:
- David Schweinsberg
- 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
Copyright © 2009. All Rights Reserved.