Package org.loboevolution.html.js.css
Class AbstractCSSStyleRule
java.lang.Object
org.loboevolution.html.js.css.CSSRuleImpl
org.loboevolution.html.js.css.AbstractCSSStyleRule
- All Implemented Interfaces:
CSSRule
,CSSStyleRule
- Direct Known Subclasses:
CSSCharsetRuleImpl
,CSSFontFaceRuleImpl
,CSSImportRuleImpl
,CSSKeyFramesRuleImpl
,CSSMediaRuleImpl
,CSSPageRuleImpl
,CSSStyleRuleImpl
AbstractCSSStyleRule class.
-
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
-
Constructor Summary
-
Method Summary
Methods inherited from class org.loboevolution.html.js.css.CSSRuleImpl
getCssText, getParentStyleSheet, getType, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.loboevolution.css.CSSRule
getCssText, getParentStyleSheet, getType
-
Constructor Details
-
AbstractCSSStyleRule
-
-
Method Details
-
getStyle
Description copied from interface:CSSStyleRule
getStyle.
- Specified by:
getStyle
in interfaceCSSStyleRule
- Returns:
- a
CSSStyleDeclaration
object.
-
getParentRule
Description copied from class:CSSRuleImpl
getParentRule.
- Specified by:
getParentRule
in interfaceCSSRule
- Overrides:
getParentRule
in classCSSRuleImpl
- Returns:
- a
CSSRule
object.
-
getSelectorText
Description copied from interface:CSSStyleRule
getSelectorText.
- Specified by:
getSelectorText
in interfaceCSSStyleRule
- Returns:
- a
String
object.
-