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

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

public class DOMCSSFontFaceRule
extends BaseCSSRule
implements org.w3c.dom.css.CSSFontFaceRule

Implementation of CSSFontFaceRule.

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
DOMCSSFontFaceRule(org.w3c.dom.css.CSSStyleSheet parentSheet)
           
 
Method Summary
 String getCssText()
           
 String getSelectorText()
           
 org.w3c.dom.css.CSSStyleDeclaration getStyle()
           
 void setCssText(String cssText)
           
 void setSelectorText(String selectorText)
           
 
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.CSSFontFaceRule
getStyle
 
Methods inherited from interface org.w3c.dom.css.CSSRule
getCssText, getParentRule, getParentStyleSheet, getType, setCssText
 

Constructor Detail

DOMCSSFontFaceRule

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

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.