|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.steadystate.css.parser.SelectorListImpl
public class SelectorListImpl
| Constructor Summary | |
|---|---|
SelectorListImpl()
|
|
| Method Summary | |
|---|---|
void |
add(Selector sel)
|
int |
getLength()
Returns the length of this selector list |
Selector |
item(int index)
Returns the selector at the specified index, or null if this
is not a valid index. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SelectorListImpl()
| Method Detail |
|---|
public int getLength()
SelectorList
getLength in interface SelectorListpublic Selector item(int index)
SelectorListnull if this
is not a valid index.
item in interface SelectorListpublic void add(Selector sel)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||