public abstract class AbstractCSSRuleImpl extends CSSOMObjectImpl
| 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) |
getUserData, getUserDataMap, setUserData, setUserDataMappublic 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()
public boolean equals(Object obj)
equals in class CSSOMObjectImplpublic int hashCode()
hashCode in class CSSOMObjectImplCopyright © 2016. All rights reserved.