|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.parser.CSSSelectorList
public class CSSSelectorList
This class implements the SelectorList interface.
| Field Summary | |
|---|---|
protected int |
length
The list length. |
protected org.w3c.css.sac.Selector[] |
list
The list. |
| Constructor Summary | |
|---|---|
CSSSelectorList()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.w3c.css.sac.Selector[] list
protected int length
| Constructor Detail |
|---|
public CSSSelectorList()
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||