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 {@link Value#getCssValueType()}. |
int | getLength()
Implements {@link Value#getLength()}. |
char | getSeparatorChar()
Returns the separator used for this list. |
Value | item(int index)
Implements {@link Value#item(int)}. |
String | toString()
Returns a printable representation of this value. |