Module jdk.xml.dom

Interface CSSRuleList


public interface CSSRuleList
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.

The items in the CSSRuleList are accessible via an integral index, starting from 0.

See also the Document Object Model (DOM) Level 2 Style Specification.

Since:
1.4, DOM Level 2