public class CSSCharsetRuleImpl extends AbstractCSSRuleImpl
| Constructor and Description |
|---|
CSSCharsetRuleImpl(CSSStyleSheetImpl parentStyleSheet,
AbstractCSSRuleImpl parentRule,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCssText() |
String |
getEncoding() |
int |
hashCode() |
void |
setCssText(String cssText) |
void |
setEncoding(String encoding) |
String |
toString() |
getParentRule, getParentStyleSheet, getParentStyleSheetImpl, setParentRule, setParentStyleSheetgetLocator, setLocatorpublic CSSCharsetRuleImpl(CSSStyleSheetImpl parentStyleSheet, AbstractCSSRuleImpl parentRule, String encoding)
public void setCssText(String cssText) throws DOMException
setCssText in class AbstractCSSRuleImplDOMExceptionpublic String getEncoding()
public void setEncoding(String encoding) throws DOMException
DOMExceptionpublic boolean equals(Object obj)
equals in class AbstractCSSRuleImplpublic int hashCode()
hashCode in class AbstractCSSRuleImplpublic String getCssText()
getCssText in class AbstractCSSRuleImplCopyright © 2019. All rights reserved.