public class CSSCharsetRuleImpl extends AbstractCSSRuleImpl implements org.w3c.dom.css.CSSCharsetRule, Serializable
CSSCharsetRule.parentRule, parentStyleSheetCHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE| Constructor and Description |
|---|
CSSCharsetRuleImpl() |
CSSCharsetRuleImpl(CSSStyleSheetImpl parentStyleSheet,
org.w3c.dom.css.CSSRule parentRule,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssText() |
String |
getEncoding() |
short |
getType() |
void |
setCssText(String cssText) |
void |
setEncoding(String encoding) |
getParentRule, getParentStyleSheet, setParentRule, setParentStyleSheetgetUserData, getUserDataMap, setUserData, setUserDataMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParentRule, getParentStyleSheetpublic CSSCharsetRuleImpl(CSSStyleSheetImpl parentStyleSheet, org.w3c.dom.css.CSSRule parentRule, String encoding)
public CSSCharsetRuleImpl()
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 getEncoding()
getEncoding in interface org.w3c.dom.css.CSSCharsetRulepublic void setEncoding(String encoding) throws DOMException
setEncoding in interface org.w3c.dom.css.CSSCharsetRuleDOMExceptionCopyright © 2018. All rights reserved.