public class CSSUnknownRuleImpl extends AbstractCSSRuleImpl implements org.w3c.dom.css.CSSUnknownRule
CSSUnknownRule.
TODO: Reinstate setCssTextCHARSET_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 |
|---|---|
boolean |
equals(Object obj) |
String |
getCssText() |
String |
getText() |
short |
getType() |
int |
hashCode() |
void |
setCssText(String cssText) |
void |
setText(String text) |
String |
toString() |
getParentRule, getParentStyleSheet, getParentStyleSheetImpl, setParentRule, setParentStyleSheetgetUserData, getUserDataMap, setUserData, setUserDataMapclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentRule, getParentStyleSheetpublic 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 boolean equals(Object obj)
equals in class AbstractCSSRuleImplpublic int hashCode()
hashCode in class AbstractCSSRuleImplCopyright © 2016. All rights reserved.