public class CSSImportRuleImpl extends AbstractCSSRuleImpl implements org.w3c.dom.css.CSSImportRule, Serializable
CSSImportRule.
TODO: Implement getStyleSheet()parentRule, parentStyleSheetCHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE| Constructor and Description |
|---|
CSSImportRuleImpl() |
CSSImportRuleImpl(CSSStyleSheetImpl parentStyleSheet,
org.w3c.dom.css.CSSRule parentRule,
String href,
org.w3c.dom.stylesheets.MediaList media) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssText() |
String |
getHref() |
org.w3c.dom.stylesheets.MediaList |
getMedia() |
org.w3c.dom.css.CSSStyleSheet |
getStyleSheet() |
short |
getType() |
void |
setCssText(String cssText) |
void |
setHref(String href) |
void |
setMedia(org.w3c.dom.stylesheets.MediaList media) |
String |
toString() |
getParentRule, getParentStyleSheet, setParentRule, setParentStyleSheetgetUserData, getUserDataMap, setUserData, setUserDataMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParentRule, getParentStyleSheetpublic CSSImportRuleImpl(CSSStyleSheetImpl parentStyleSheet, org.w3c.dom.css.CSSRule parentRule, String href, org.w3c.dom.stylesheets.MediaList media)
public CSSImportRuleImpl()
public void setHref(String href)
public void setMedia(org.w3c.dom.stylesheets.MediaList media)
public short getType()
getType in interface org.w3c.dom.css.CSSRulepublic String getCssText()
getCssText in interface org.w3c.dom.css.CSSRulepublic void setCssText(String cssText) throws DOMException
setCssText in interface org.w3c.dom.css.CSSRuleDOMExceptionpublic String getHref()
getHref in interface org.w3c.dom.css.CSSImportRulepublic org.w3c.dom.stylesheets.MediaList getMedia()
getMedia in interface org.w3c.dom.css.CSSImportRulepublic org.w3c.dom.css.CSSStyleSheet getStyleSheet()
getStyleSheet in interface org.w3c.dom.css.CSSImportRuleCopyright © 2018. All rights reserved.