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
Constructors -
Method Summary
-
Constructor Details
-
CSSRuleImpl
-
-
Method Details
-
getCssText
getCssText.
- Specified by:
getCssTextin interfaceCSSRule- Returns:
- a
Stringobject.
-
getParentRule
getParentRule.
- Specified by:
getParentRulein interfaceCSSRule- Returns:
- a
CSSRuleobject.
-
getParentStyleSheet
parentStyleSheet.
- Specified by:
getParentStyleSheetin interfaceCSSRule- Returns:
- a
CSSStyleSheetobject.
-
getType
public int getType()getType.
-
toString
-