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, setUserDataMap
public 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 CSSOMObjectImpl
public int hashCode()
hashCode
in class CSSOMObjectImpl
Copyright © 2013. All rights reserved.