public class CSSCharsetRuleImpl extends AbstractCSSRuleImpl
| Constructor and Description |
|---|
CSSCharsetRuleImpl(CSSStyleSheetImpl parentStyleSheet,
AbstractCSSRuleImpl parentRule,
String encoding)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCssText()
getCssText.
|
String |
getEncoding()
getEncoding.
|
int |
hashCode() |
void |
setCssText(String cssText)
Sets the css text.
|
String |
toString() |
getParentRule, getParentStyleSheet, setParentRule, setParentStyleSheetgetLocator, setLocatorpublic CSSCharsetRuleImpl(CSSStyleSheetImpl parentStyleSheet, AbstractCSSRuleImpl parentRule, String encoding)
parentStyleSheet - the parent style sheetparentRule - the parent ruleencoding - the encodingpublic void setCssText(String cssText) throws DOMException
setCssText in class AbstractCSSRuleImplcssText - the new css textDOMExceptionpublic String getEncoding()
getEncoding.
public boolean equals(Object obj)
equals in class AbstractCSSRuleImplpublic int hashCode()
hashCode in class AbstractCSSRuleImplpublic String getCssText()
getCssText.
getCssText in class AbstractCSSRuleImplCopyright © 2024 HtmlUnit. All rights reserved.