|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.parser.CSSSelectorList
This class implements the SelectorList
interface.
Field Summary | |
protected int |
length
The list length. |
protected Selector[] |
list
The list. |
Constructor Summary | |
CSSSelectorList()
|
Method Summary | |
void |
append(Selector item)
Appends an item to the list. |
int |
getLength()
SAC: Returns the length of this selector list |
Selector |
item(int index)
SAC: Returns the selector at the specified index, or null if this is not a valid index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Selector[] list
protected int length
Constructor Detail |
public CSSSelectorList()
Method Detail |
public int getLength()
getLength
in interface SelectorList
public Selector item(int index)
null
if this is not a valid index.item
in interface SelectorList
public void append(Selector item)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |