info.informatica.doc.style.css.dom
Class DOMCSSUnknownRule

java.lang.Object
  extended by info.informatica.doc.style.css.dom.BaseCSSRule
      extended by info.informatica.doc.style.css.dom.DOMCSSUnknownRule
All Implemented Interfaces:
org.w3c.dom.css.CSSRule, org.w3c.dom.css.CSSUnknownRule

public class DOMCSSUnknownRule
extends BaseCSSRule
implements org.w3c.dom.css.CSSUnknownRule

Implementation of CSSUnknownRule.

Author:
Carlos Amengual (amengual at informatica.info)

Field Summary
 
Fields inherited from class info.informatica.doc.style.css.dom.BaseCSSRule
insertionIndex
 
Fields inherited from interface org.w3c.dom.css.CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE
 
Constructor Summary
DOMCSSUnknownRule(org.w3c.dom.css.CSSStyleSheet parentSheet)
           
 
Method Summary
 String getCssText()
           
 void setCssText(String cssText)
           
 
Methods inherited from class info.informatica.doc.style.css.dom.BaseCSSRule
createCSSRule, getParentRule, getParentStyleSheet, getType
 
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.CSSRule
getParentRule, getParentStyleSheet, getType
 

Constructor Detail

DOMCSSUnknownRule

public DOMCSSUnknownRule(org.w3c.dom.css.CSSStyleSheet parentSheet)
Method Detail

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.