org.apache.batik.css.parser

Class CSSSelectorList

public class CSSSelectorList extends Object implements SelectorList

This class implements the SelectorList interface.
Field Summary
protected intlength
The list length.
protected Selector[]list
The list.
Method Summary
voidappend(Selector item)
Appends an item to the list.
intgetLength()
SAC: Returns the length of this selector list
Selectoritem(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 Selector[] list
The list.

Method Detail

append

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

getLength

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

item

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