The nsIDOMCSSRuleList interface is a datatype for a list of CSS style rules in the Document Object Model. More...
import "nsIDOMCSSRuleList.idl";
Public Member Functions | |
| nsIDOMCSSRule | item (in unsigned long index) |
Public Attributes | |
| readonly attribute unsigned long | length |
The nsIDOMCSSRuleList interface is a datatype for a list of CSS style rules in the Document Object Model.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Style
| nsIDOMCSSRule nsIDOMCSSRuleList::item | ( | in unsigned long | index | ) |
| readonly attribute unsigned long nsIDOMCSSRuleList::length |
1.7.1