org.apache.batik.css.engine.value
public class ListValue extends AbstractValue
| Field Summary | |
|---|---|
| protected Value[] | items
The items. |
| protected int | length
The length of the list. |
| protected char | separator
The list separator. |
| Constructor Summary | |
|---|---|
| ListValue()
Creates a ListValue. | |
| ListValue(char s)
Creates a ListValue with the given separator. | |
| Method Summary | |
|---|---|
| void | append(Value v)
Appends an item to the list. |
| String | getCssText()
A string representation of the current value. |
| short | getCssValueType()
Implements getCssValueType. |
| int | getLength()
Implements getLength. |
| char | getSeparatorChar()
Returns the separator used for this list. |
| Value | item(int index)
Implements Value. |
| String | toString()
Returns a printable representation of this value. |