A CSS rule that contains declarations in a nested rule context.
- 
Field SummaryFields inherited from interface org.w3c.css.om.CSSRuleCOUNTER_STYLE_RULE, CUSTOM_MEDIA_RULE, DOCUMENT_RULE, FONT_FACE_RULE, FONT_FEATURE_VALUES_RULE, IMPORT_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MARGIN_RULE, MEDIA_RULE, NAMESPACE_RULE, NESTED_DECLARATIONS, PAGE_RULE, PROPERTY_RULE, REGION_STYLE_RULE, STYLE_RULE, SUPPORTS_RULE, UNKNOWN_RULE, VIEWPORT_RULEFields inherited from interface org.w3c.dom.css.CSSRuleCHARSET_RULE
- 
Method SummaryModifier and TypeMethodDescriptiongetStyle()Get the style that represents the nested declarations.Methods inherited from interface org.w3c.css.om.CSSRulegetParentRule, getParentStyleSheetMethods inherited from interface org.w3c.dom.css.CSSRulegetCssText, getType, setCssText
- 
Method Details- 
getStyleCSSStyleDeclaration getStyle()Get the style that represents the nested declarations.- Returns:
- the nested style declaration.
 
 
-