Package org.loboevolution.html.js.css
Class CSSRuleImpl
java.lang.Object
org.loboevolution.html.js.css.CSSRuleImpl
- All Implemented Interfaces:
CSSRule
- Direct Known Subclasses:
AbstractCSSStyleRule
CSSRuleImpl 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
-
Constructor Details
-
CSSRuleImpl
-
-
Method Details
-
getCssText
getCssText.
- Specified by:
getCssText
in interfaceCSSRule
- Returns:
- a
String
object.
-
getParentRule
getParentRule.
- Specified by:
getParentRule
in interfaceCSSRule
- Returns:
- a
CSSRule
object.
-
getParentStyleSheet
parentStyleSheet.
- Specified by:
getParentStyleSheet
in interfaceCSSRule
- Returns:
- a
CSSStyleSheet
object.
-
getType
public int getType()getType.
-
toString
-