API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.css. CSSRuleList View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 CSSRuleList
Subinterfaces
Description
public interface CSSRuleList
  The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.
See also:   
Methods
Hide/Show inherited methods
public int getLength ()
  The number of CSSRules in the list.
public CSSRule item (int index)
  Used to retrieve a CSS rule by ordinal index.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar