public class CSSPageRuleImpl extends AbstractCSSRuleImpl
| Constructor and Description |
|---|
CSSPageRuleImpl(CSSStyleSheetImpl parentStyleSheet,
AbstractCSSRuleImpl parentRule,
String pseudoPage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCssText() |
String |
getSelectorText() |
CSSStyleDeclarationImpl |
getStyle() |
int |
hashCode() |
void |
setCssText(String cssText) |
void |
setPseudoPage(String pseudoPage) |
void |
setStyle(CSSStyleDeclarationImpl style) |
String |
toString() |
getParentRule, getParentStyleSheet, getParentStyleSheetImpl, setParentRule, setParentStyleSheetgetLocator, setLocatorpublic CSSPageRuleImpl(CSSStyleSheetImpl parentStyleSheet, AbstractCSSRuleImpl parentRule, String pseudoPage)
public String getCssText()
getCssText in class AbstractCSSRuleImplpublic void setCssText(String cssText) throws DOMException
setCssText in class AbstractCSSRuleImplDOMExceptionpublic String getSelectorText()
public CSSStyleDeclarationImpl getStyle()
public void setPseudoPage(String pseudoPage)
public void setStyle(CSSStyleDeclarationImpl style)
public boolean equals(Object obj)
equals in class AbstractCSSRuleImplpublic int hashCode()
hashCode in class AbstractCSSRuleImplCopyright © 2019. All rights reserved.