Java org.w3c.dom.css CSSValue fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom.css CSSValue fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom.css CSSValue.

The text is from its open source code.

Field

shortCSS_PRIMITIVE_VALUE
The value is a primitive value and an instance of the CSSPrimitiveValue interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.
shortCSS_VALUE_LIST
The value is a CSSValue list and an instance of the CSSValueList interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.

Method

StringgetCssText()
A string representation of the current value.
shortgetCssValueType()
A code defining the type of the value as defined above.
voidsetCssText(String cssText)
A string representation of the current value.