public class CSSUnknownRuleImpl extends AbstractCSSRuleImpl implements org.w3c.dom.css.CSSUnknownRule, Serializable
CSSUnknownRule.
TODO: Reinstate setCssTextparentRule, parentStyleSheetCHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE| Constructor and Description |
|---|
CSSUnknownRuleImpl() |
CSSUnknownRuleImpl(CSSStyleSheetImpl parentStyleSheet,
org.w3c.dom.css.CSSRule parentRule,
String text) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssText() |
org.w3c.dom.css.CSSRule |
getParentRule() |
org.w3c.dom.css.CSSStyleSheet |
getParentStyleSheet() |
String |
getText() |
short |
getType() |
void |
setCssText(String cssText) |
void |
setText(String text) |
String |
toString() |
setParentRule, setParentStyleSheetgetUserData, getUserDataMap, setUserData, setUserDataMappublic CSSUnknownRuleImpl(CSSStyleSheetImpl parentStyleSheet, org.w3c.dom.css.CSSRule parentRule, String text)
public CSSUnknownRuleImpl()
public String getText()
public void setText(String text)
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 org.w3c.dom.css.CSSStyleSheet getParentStyleSheet()
getParentStyleSheet in interface org.w3c.dom.css.CSSRulegetParentStyleSheet in class AbstractCSSRuleImplpublic org.w3c.dom.css.CSSRule getParentRule()
getParentRule in interface org.w3c.dom.css.CSSRulegetParentRule in class AbstractCSSRuleImplCopyright © 2018. All rights reserved.