com.steadystate.css.dom
Class CSSRuleListImpl

java.lang.Object
  extended by 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

Constructor Summary
CSSRuleListImpl()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSSRuleListImpl

public CSSRuleListImpl()
Method Detail

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 © 2011. All Rights Reserved.