public class CSSSelectorList extends Object
SelectorList
interface.Modifier and Type | Field and Description |
---|---|
protected int |
length
The list length.
|
protected Selector[] |
list
The list.
|
Constructor and Description |
---|
CSSSelectorList() |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.