Package org.loboevolution.html.js.css
Class CSSImportRuleImpl
java.lang.Object
org.loboevolution.html.js.css.CSSRuleImpl
org.loboevolution.html.js.css.AbstractCSSStyleRule
org.loboevolution.html.js.css.CSSImportRuleImpl
- All Implemented Interfaces:
CSSImportRule,CSSRule,CSSStyleRule
CSSImportRuleImpl 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
Methods inherited from class org.loboevolution.html.js.css.AbstractCSSStyleRule
getSelectorText, getStyleMethods inherited from class org.loboevolution.html.js.css.CSSRuleImpl
getCssText, getParentRule, getParentStyleSheet, getTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.loboevolution.css.CSSRule
getCssText, getParentRule, getParentStyleSheet, getType
-
Constructor Details
-
CSSImportRuleImpl
-
-
Method Details
-
getMedia
Description copied from interface:CSSImportRulegetMedia.
- Specified by:
getMediain interfaceCSSImportRule- Returns:
- a
MediaListobject.
-
setMedia
Description copied from interface:CSSImportRulesetMedia.
media aStringobject.- Specified by:
setMediain interfaceCSSImportRule
-
getStyleSheet
Description copied from interface:CSSImportRulegetStyleSheet.
- Specified by:
getStyleSheetin interfaceCSSImportRule- Returns:
- a
CSSStyleSheetobject.
-
getHref
Description copied from interface:CSSImportRulegetHref.
- Specified by:
getHrefin interfaceCSSImportRule- Returns:
- a
Stringobject.
-
toString
- Overrides:
toStringin classCSSRuleImpl
-