org.kde.koala

Class CSSValue

public class CSSValue extends Object implements QtSupport

The CSSValue interface represents a simple or a complexe value.

UNKNOWN: The CSSValue interface represents a simple or a complexe value.

Constructor Summary
protected CSSValue(Class dummy)
CSSValue()
CSSValue(CSSValue other)
Method Summary
StringcssText()
A string representation of the current value.
shortcssValueType()
A code defining the type of the value as defined above.
booleanisCSSPrimitiveValue()
booleanisCSSValueList()
not part of the DOM
booleanisNull()
voidsetCssText(String arg1)
see cssText

Constructor Detail

CSSValue

protected CSSValue(Class dummy)

CSSValue

public CSSValue()

CSSValue

public CSSValue(CSSValue other)

Method Detail

cssText

public String cssText()
A string representation of the current value.

UNKNOWN: A string representation of the current value.

cssValueType

public short cssValueType()
A code defining the type of the value as defined above.

UNKNOWN: A code defining the type of the value as defined above.

isCSSPrimitiveValue

public boolean isCSSPrimitiveValue()

isCSSValueList

public boolean isCSSValueList()
not part of the DOM

UNKNOWN:

isNull

public boolean isNull()

setCssText

public void setCssText(String arg1)
see cssText

UNKNOWN: see cssText