public abstract class AbstractCSSRuleImpl extends AbstractLocatable implements Serializable
| Constructor and Description |
|---|
AbstractCSSRuleImpl(CSSStyleSheetImpl parentStyleSheet,
AbstractCSSRuleImpl parentRule)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
abstract String |
getCssText() |
AbstractCSSRuleImpl |
getParentRule() |
CSSStyleSheetImpl |
getParentStyleSheet() |
int |
hashCode() |
abstract void |
setCssText(String cssText)
Sets the css text.
|
void |
setParentRule(AbstractCSSRuleImpl parentRule)
Sets the parent rule.
|
void |
setParentStyleSheet(CSSStyleSheetImpl parentStyleSheet)
Sets the parent style sheet.
|
getLocator, setLocatorpublic AbstractCSSRuleImpl(CSSStyleSheetImpl parentStyleSheet, AbstractCSSRuleImpl parentRule)
parentStyleSheet - the parent style sheetparentRule - the parent rulepublic abstract String getCssText()
public abstract void setCssText(String cssText)
cssText - the new css textpublic void setParentStyleSheet(CSSStyleSheetImpl parentStyleSheet)
parentStyleSheet - the new parent style sheetpublic void setParentRule(AbstractCSSRuleImpl parentRule)
parentRule - the new parent rulepublic CSSStyleSheetImpl getParentStyleSheet()
public AbstractCSSRuleImpl getParentRule()
Copyright © 2022. All rights reserved.