Package org.loboevolution.css
Interface CSSStyleRule
- All Superinterfaces:
CSSRule
- All Known Implementing Classes:
AbstractCSSStyleRule
,CSSCharsetRuleImpl
,CSSFontFaceRuleImpl
,CSSImportRuleImpl
,CSSKeyFramesRuleImpl
,CSSMediaRuleImpl
,CSSPageRuleImpl
,CSSStyleRuleImpl
A CSS style rule interface
-
Field Summary
Fields inherited from interface org.loboevolution.css.CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE
-
Method Summary
Methods inherited from interface org.loboevolution.css.CSSRule
getCssText, getParentRule, getParentStyleSheet, getType
-
Method Details
-
getSelectorText
String getSelectorText()getSelectorText.
- Returns:
- a
String
object.
-
getStyle
CSSStyleDeclaration getStyle()getStyle.
- Returns:
- a
CSSStyleDeclaration
object.
-