info.informatica.doc.style.css.property
Class CSSInheritedValue

java.lang.Object
  extended by info.informatica.doc.style.css.property.AbstractCSSValue
      extended by info.informatica.doc.style.css.property.CSSInheritedValue
All Implemented Interfaces:
org.w3c.dom.css.CSSValue

public class CSSInheritedValue
extends AbstractCSSValue

An inherited value.

Author:
Carlos Amengual (amengual at informatica.info)

Field Summary
 
Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST
 
Constructor Summary
protected CSSInheritedValue()
          Must access instance through static method.
 
Method Summary
static org.w3c.dom.css.CSSValue getValue()
           
 void setCssText(String cssText)
           
 
Methods inherited from class info.informatica.doc.style.css.property.AbstractCSSValue
createCSSValue, createCSSValue, getCssText, getCssValueType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSInheritedValue

protected CSSInheritedValue()
Must access instance through static method.

Method Detail

getValue

public static org.w3c.dom.css.CSSValue getValue()

setCssText

public void setCssText(String cssText)
                throws DOMException
Specified by:
setCssText in interface org.w3c.dom.css.CSSValue
Overrides:
setCssText in class AbstractCSSValue
Throws:
DOMException


Copyright © 2011 informatica.info. All Rights Reserved.