- All Superinterfaces:
CSSRule
,ExtendedCSSRule
- All Known Subinterfaces:
CSSKeyframeRule
,CSSMarginRule
,ExtendedCSSFontFaceRule
,ExtendedCSSPageRule
,ExtendedCSSStyleRule
- All Known Implementing Classes:
BaseCSSDeclarationRule
,CounterStyleRule
,CSSStyleDeclarationRule
,FontFaceRule
,KeyframeRule
,MarginRule
,PageRule
,StyleRule
,ViewportRule
A CSS rule that contains style declarations.
-
Field Summary
Fields inherited from interface org.w3c.dom.css.CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE
Fields inherited from interface io.sf.carte.doc.style.css.ExtendedCSSRule
COUNTER_STYLE_RULE, CUSTOM_MEDIA_RULE, DOCUMENT_RULE, FONT_FEATURE_VALUES_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MARGIN_RULE, NAMESPACE_RULE, REGION_STYLE_RULE, SUPPORTS_RULE, VIEWPORT_RULE
-
Method Summary
Modifier and TypeMethodDescriptiongetStyle()
Get the style that is declared by this rule.Gets the error handler.Methods inherited from interface org.w3c.dom.css.CSSRule
getCssText, getType, setCssText
Methods inherited from interface io.sf.carte.doc.style.css.ExtendedCSSRule
clone, getMinifiedCssText, getParentRule, getParentStyleSheet, writeCssText
-
Method Details
-
getStyle
ExtendedCSSStyleDeclaration getStyle()Get the style that is declared by this rule.- Returns:
- the style declaration.
-
getStyleDeclarationErrorHandler
StyleDeclarationErrorHandler getStyleDeclarationErrorHandler()Gets the error handler.- Returns:
- the error handler.
-