info.informatica.doc.style.css.dom
Class DOMCSSPageRule
java.lang.Object
info.informatica.doc.style.css.dom.BaseCSSRule
info.informatica.doc.style.css.dom.DOMCSSPageRule
- All Implemented Interfaces:
- org.w3c.dom.css.CSSPageRule, org.w3c.dom.css.CSSRule
public class DOMCSSPageRule
- extends BaseCSSRule
- implements org.w3c.dom.css.CSSPageRule
Implementation of CSSPageRule.
- Author:
- Carlos Amengual (amengual at informatica.info)
| 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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.css.CSSPageRule |
getSelectorText, getStyle, setSelectorText |
| Methods inherited from interface org.w3c.dom.css.CSSRule |
getCssText, getParentRule, getParentStyleSheet, getType, setCssText |
DOMCSSPageRule
public DOMCSSPageRule(org.w3c.dom.css.CSSStyleSheet parentSheet)
getStyle
public org.w3c.dom.css.CSSStyleDeclaration getStyle()
getSelectorText
public String getSelectorText()
setSelectorText
public void setSelectorText(String selectorText)
throws DOMException
- Throws:
DOMException
setCssText
public void setCssText(String cssText)
throws DOMException
- Specified by:
setCssText in interface org.w3c.dom.css.CSSRule- Specified by:
setCssText in class BaseCSSRule
- Throws:
DOMException
getCssText
public String getCssText()
- Specified by:
getCssText in interface org.w3c.dom.css.CSSRule- Specified by:
getCssText in class BaseCSSRule
Copyright © 2011 informatica.info. All Rights Reserved.