org.apache.fop.dom.css
Class CSSStyleDeclarationImpl.URIValue

org.apache.fop.dom.css.CSSValueImpl
  |
  +--org.apache.fop.dom.css.CSSPrimitiveValueImpl
        |
        +--org.apache.fop.dom.css.CSSStyleDeclarationImpl.URIValue

class CSSStyleDeclarationImpl.URIValue
extends CSSPrimitiveValueImpl


Fields inherited from class org.apache.fop.dom.css.CSSPrimitiveValueImpl
floatVal, primType, strVal

Fields inherited from class org.apache.fop.dom.css.CSSValueImpl
text, type

Method Summary
 voidsetCssText(String str)
           

Methods inherited from class org.apache.fop.dom.css.CSSPrimitiveValueImpl
getCounterValue, getFloatValue, getPrimitiveType, getRectValue, getRGBColorValue, getStringValue, setFloatValue, setStringValue

Methods inherited from class org.apache.fop.dom.css.CSSValueImpl
getCssText, getValueType

Method Detail

setCssText

public void setCssText(String str)