public class CSSCharsetRuleImpl extends AbstractCSSRuleImpl implements org.w3c.dom.css.CSSCharsetRule
CSSCharsetRule.CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE| Constructor and Description |
|---|
CSSCharsetRuleImpl(CSSStyleSheetImpl parentStyleSheet,
org.w3c.dom.css.CSSRule parentRule,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCssText() |
String |
getEncoding() |
short |
getType() |
int |
hashCode() |
void |
setCssText(String cssText) |
void |
setEncoding(String encoding) |
String |
toString() |
getParentRule, getParentStyleSheet, getParentStyleSheetImpl, setParentRule, setParentStyleSheetgetLocator, setLocatorclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentRule, getParentStyleSheetpublic CSSCharsetRuleImpl(CSSStyleSheetImpl parentStyleSheet, org.w3c.dom.css.CSSRule parentRule, String encoding)
public short getType()
getType in interface org.w3c.dom.css.CSSRulepublic void setCssText(String cssText) throws DOMException
setCssText in interface org.w3c.dom.css.CSSRuleDOMExceptionpublic String getEncoding()
getEncoding in interface org.w3c.dom.css.CSSCharsetRulepublic void setEncoding(String encoding) throws DOMException
setEncoding in interface org.w3c.dom.css.CSSCharsetRuleDOMExceptionpublic boolean equals(Object obj)
equals in class AbstractCSSRuleImplpublic int hashCode()
hashCode in class AbstractCSSRuleImplpublic String getCssText()
getCssText in interface org.w3c.dom.css.CSSRuleCopyright © 2018. All rights reserved.