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