com.steadystate.css.dom
Class CSSPageRuleImpl
java.lang.Object
com.steadystate.css.dom.CSSPageRuleImpl
- CSSPageRule, CSSRule, Serializable
public class CSSPageRuleImpl
extends java.lang.Object
TO DO:
Implement setSelectorText()
CSSPageRuleImpl
public CSSPageRuleImpl(CSSStyleSheetImpl parentStyleSheet,
CSSRule parentRule,
String ident,
String pseudoPage)
getCssText
public String getCssText()
The parsable textual representation of the rule. This reflects the
current state of the rule and not its initial value.
- getCssText in interface CSSRule
getParentRule
public CSSRule getParentRule()
If this rule is contained inside another rule (e.g. a style rule
inside an @media block), this is the containing rule. If this rule is
not nested inside any other rules, this returns null
.
- getParentRule in interface CSSRule
getSelectorText
public String getSelectorText()
The parsable textual representation of the page selector for the rule.
- getSelectorText in interface CSSPageRule
getType
public short getType()
The type of the rule, as defined above. The expectation is that
binding-specific casting methods can be used to cast down from an
instance of the CSSRule
interface to the specific
derived interface implied by the type
.
- getType in interface CSSRule
setCssText
public void setCssText(String cssText)
throws DOMException
- setCssText in interface CSSRule
setIdent
protected void setIdent(String ident)
setPseudoPage
protected void setPseudoPage(String pseudoPage)