public class CSSPageRuleImpl extends AbstractCSSRuleImpl implements org.w3c.dom.css.CSSPageRule, Serializable
CSSPageRule.
TODO: Implement setSelectorText()parentRule, parentStyleSheetCHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE| Constructor and Description |
|---|
CSSPageRuleImpl() |
CSSPageRuleImpl(CSSStyleSheetImpl parentStyleSheet,
org.w3c.dom.css.CSSRule parentRule,
String ident,
String pseudoPage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssText() |
String |
getSelectorText() |
org.w3c.dom.css.CSSStyleDeclaration |
getStyle() |
short |
getType() |
void |
setCssText(String cssText) |
void |
setIdent(String ident) |
void |
setPseudoPage(String pseudoPage) |
void |
setSelectorText(String selectorText) |
void |
setStyle(CSSStyleDeclarationImpl style) |
getParentRule, getParentStyleSheet, setParentRule, setParentStyleSheetgetUserData, getUserDataMap, setUserData, setUserDataMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParentRule, getParentStyleSheetpublic CSSPageRuleImpl(CSSStyleSheetImpl parentStyleSheet, org.w3c.dom.css.CSSRule parentRule, String ident, String pseudoPage)
public CSSPageRuleImpl()
public short getType()
getType in interface org.w3c.dom.css.CSSRulepublic String getCssText()
getCssText in interface org.w3c.dom.css.CSSRulepublic void setCssText(String cssText) throws DOMException
setCssText in interface org.w3c.dom.css.CSSRuleDOMExceptionpublic String getSelectorText()
getSelectorText in interface org.w3c.dom.css.CSSPageRulepublic void setSelectorText(String selectorText) throws DOMException
setSelectorText in interface org.w3c.dom.css.CSSPageRuleDOMExceptionpublic org.w3c.dom.css.CSSStyleDeclaration getStyle()
getStyle in interface org.w3c.dom.css.CSSPageRulepublic void setIdent(String ident)
public void setPseudoPage(String pseudoPage)
public void setStyle(CSSStyleDeclarationImpl style)
Copyright © 2018. All rights reserved.