Class CSSRuleListImpl

  • All Implemented Interfaces:
    java.io.Serializable, org.w3c.dom.css.CSSRuleList

    public class CSSRuleListImpl
    extends java.lang.Object
    implements org.w3c.dom.css.CSSRuleList, java.io.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

      Constructors 
      Constructor Description
      CSSRuleListImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(org.w3c.dom.css.CSSRule rule)  
      void delete​(int index)  
      int getLength()  
      java.util.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​(java.util.List<org.w3c.dom.css.CSSRule> rules)  
      java.lang.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 java.util.List<org.w3c.dom.css.CSSRule> getRules()
      • setRules

        public void setRules​(java.util.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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object