org.w3c.css.sac.SelectorListpublic class CSSSelectorList
extends java.lang.Object
implements org.w3c.css.sac.SelectorList
SelectorList interface.| Modifier and Type | Field | Description |
|---|---|---|
protected int |
length |
The list length.
|
protected org.w3c.css.sac.Selector[] |
list |
The list.
|
| Constructor | Description |
|---|---|
CSSSelectorList() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
append(org.w3c.css.sac.Selector item) |
Appends an item to the list.
|
int |
getLength() |
SAC: Returns the length of this selector list
|
org.w3c.css.sac.Selector |
item(int index) |
SAC: Returns the selector at the specified index, or
null if this is not a valid index. |
protected org.w3c.css.sac.Selector[] list
protected int length
public int getLength()
getLength in interface org.w3c.css.sac.SelectorListpublic org.w3c.css.sac.Selector item(int index)
null if this is not a valid index.item in interface org.w3c.css.sac.SelectorListpublic void append(org.w3c.css.sac.Selector item)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.