public class CSSGroupingRule extends CSSRule
Modifier and Type | Field and Description |
---|---|
CSSRuleList |
cssRules |
static CSSGroupingRule |
prototype |
CHARSET_RULE, cssText, FONT_FACE_RULE, IMPORT_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MEDIA_RULE, NAMESPACE_RULE, PAGE_RULE, parentRule, parentStyleSheet, STYLE_RULE, SUPPORTS_RULE, type, UNKNOWN_RULE, VIEWPORT_RULE
constructor
Constructor and Description |
---|
CSSGroupingRule() |
Modifier and Type | Method and Description |
---|---|
void |
deleteRule() |
void |
deleteRule(double index) |
double |
insertRule(String rule) |
double |
insertRule(String rule,
double index) |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public CSSRuleList cssRules
public static CSSGroupingRule prototype