public abstract class AbstractCSSRuleImpl extends AbstractLocatable implements Serializable
| Constructor and Description |
|---|
AbstractCSSRuleImpl() |
AbstractCSSRuleImpl(CSSStyleSheetImpl parentStyleSheet,
org.w3c.dom.css.CSSRule parentRule) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.w3c.dom.css.CSSRule |
getParentRule() |
org.w3c.dom.css.CSSStyleSheet |
getParentStyleSheet() |
protected CSSStyleSheetImpl |
getParentStyleSheetImpl() |
int |
hashCode() |
void |
setParentRule(org.w3c.dom.css.CSSRule parentRule) |
void |
setParentStyleSheet(CSSStyleSheetImpl parentStyleSheet) |
getLocator, setLocatorpublic AbstractCSSRuleImpl(CSSStyleSheetImpl parentStyleSheet, org.w3c.dom.css.CSSRule parentRule)
public AbstractCSSRuleImpl()
protected CSSStyleSheetImpl getParentStyleSheetImpl()
public void setParentStyleSheet(CSSStyleSheetImpl parentStyleSheet)
public void setParentRule(org.w3c.dom.css.CSSRule parentRule)
public org.w3c.dom.css.CSSStyleSheet getParentStyleSheet()
public org.w3c.dom.css.CSSRule getParentRule()
Copyright © 2018. All rights reserved.