public class CSSCharsetRuleImpl extends AbstractCSSRuleImpl implements org.w3c.dom.css.CSSCharsetRule, Serializable
CSSCharsetRule
.parentRule, parentStyleSheet
CHARSET_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, setParentStyleSheet
getUserData, getUserDataMap, setUserData, setUserDataMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParentRule, getParentStyleSheet
public CSSCharsetRuleImpl(CSSStyleSheetImpl parentStyleSheet, org.w3c.dom.css.CSSRule parentRule, String encoding)
public CSSCharsetRuleImpl()
public short getType()
getType
in interface org.w3c.dom.css.CSSRule
public String getCssText()
getCssText
in interface org.w3c.dom.css.CSSRule
public void setCssText(String cssText) throws DOMException
setCssText
in interface org.w3c.dom.css.CSSRule
DOMException
public String getEncoding()
getEncoding
in interface org.w3c.dom.css.CSSCharsetRule
public void setEncoding(String encoding) throws DOMException
setEncoding
in interface org.w3c.dom.css.CSSCharsetRule
DOMException
Copyright © 2018. All rights reserved.