import "CSSStyleDeclaration.idl";
Collaboration diagram for CSSStyleDeclaration:

Public Member Functions | |
| attribute DOMString cssText setter | raises (DOMException) |
| DOMString | getPropertyValue (in DOMString propertyName) |
| CSSValue | getPropertyCSSValue (in DOMString propertyName) |
| DOMString | removeProperty (in DOMString propertyName) raises (DOMException) |
| DOMString | getPropertyPriority (in DOMString propertyName) |
| void | setProperty (in DOMString propertyName, in DOMString value, in DOMString priority) raises (DOMException) |
| DOMString | item (in unsigned long index) |
| DOMString | getPropertyShorthand (in DOMString propertyName) |
| boolean | isPropertyImplicit (in DOMString propertyName) |
Public Attributes | |
| readonly attribute unsigned long | length |
| readonly attribute CSSRule | parentRule |
Definition at line 24 of file CSSStyleDeclaration.idl.
| attribute DOMString cssText setter raises | ( | DOMException | ) |
| DOMString getPropertyValue | ( | in DOMString | propertyName | ) |
| CSSValue getPropertyCSSValue | ( | in DOMString | propertyName | ) |
| DOMString removeProperty | ( | in DOMString | propertyName | ) | raises (DOMException) |
| DOMString getPropertyPriority | ( | in DOMString | propertyName | ) |
| void setProperty | ( | in DOMString | propertyName, | |
| in DOMString | value, | |||
| in DOMString | priority | |||
| ) | raises (DOMException) |
| DOMString item | ( | in unsigned long | index | ) |
| DOMString getPropertyShorthand | ( | in DOMString | propertyName | ) |
| boolean isPropertyImplicit | ( | in DOMString | propertyName | ) |
| readonly attribute unsigned long length |
Definition at line 39 of file CSSStyleDeclaration.idl.
| readonly attribute CSSRule parentRule |
Definition at line 41 of file CSSStyleDeclaration.idl.
1.5.1