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