com.steadystate.css.dom
Class CSSPageRuleImpl
java.lang.Object
com.steadystate.css.dom.CSSOMObjectImpl
com.steadystate.css.dom.AbstractCSSRuleImpl
com.steadystate.css.dom.CSSPageRuleImpl
- All Implemented Interfaces:
- CSSOMObject, Serializable, org.w3c.dom.css.CSSPageRule, org.w3c.dom.css.CSSRule
public class CSSPageRuleImpl
- extends AbstractCSSRuleImpl
- implements org.w3c.dom.css.CSSPageRule
Implementation of CSSPageRule
.
TODO: Implement setSelectorText()
- Author:
- David Schweinsberg, rbri
- See Also:
- Serialized Form
Fields inherited from interface org.w3c.dom.css.CSSRule |
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE |
Methods inherited from interface org.w3c.dom.css.CSSRule |
getParentRule, getParentStyleSheet |
CSSPageRuleImpl
public CSSPageRuleImpl(CSSStyleSheetImpl parentStyleSheet,
org.w3c.dom.css.CSSRule parentRule,
String ident,
String pseudoPage)
CSSPageRuleImpl
public CSSPageRuleImpl()
getType
public short getType()
- Specified by:
getType
in interface org.w3c.dom.css.CSSRule
getCssText
public String getCssText()
- Specified by:
getCssText
in interface org.w3c.dom.css.CSSRule
setCssText
public void setCssText(String cssText)
throws DOMException
- Specified by:
setCssText
in interface org.w3c.dom.css.CSSRule
- Throws:
DOMException
getSelectorText
public String getSelectorText()
- Specified by:
getSelectorText
in interface org.w3c.dom.css.CSSPageRule
setSelectorText
public void setSelectorText(String selectorText)
throws DOMException
- Specified by:
setSelectorText
in interface org.w3c.dom.css.CSSPageRule
- Throws:
DOMException
getStyle
public org.w3c.dom.css.CSSStyleDeclaration getStyle()
- Specified by:
getStyle
in interface org.w3c.dom.css.CSSPageRule
setIdent
public void setIdent(String ident)
setPseudoPage
public void setPseudoPage(String pseudoPage)
setStyle
public void setStyle(CSSStyleDeclarationImpl style)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class AbstractCSSRuleImpl
hashCode
public int hashCode()
- Overrides:
hashCode
in class AbstractCSSRuleImpl
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All rights reserved.