org.apache.batik.css.parser

Class CSSSACMediaList

public class CSSSACMediaList extends Object implements SACMediaList

This class implements the {@link SACMediaList} interface.
Field Summary
protected intlength
The list length.
protected String[]list
The list.
Method Summary
voidappend(String item)
Appends an item to the list.
intgetLength()
SAC: Returns the length of this selector list
Stringitem(int index)
SAC: Returns the selector at the specified index, or null if this is not a valid index.

Field Detail

length

protected int length
The list length.

list

protected String[] list
The list.

Method Detail

append

public void append(String item)
Appends an item to the list.

getLength

public int getLength()
SAC: Returns the length of this selector list

item

public String item(int index)
SAC: Returns the selector at the specified index, or null if this is not a valid index.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.