Package org.w3c.css.sac
Interface SelectorList
-
public interface SelectorListThe SelectorList interface provides the abstraction of an ordered collection of selectors, without defining or constraining how this collection is implemented.- Version:
- $Revision: 1.1 $
- Author:
- Philippe Le Hegaret
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLength()Returns the length of this selector listSelectoritem(int index)Returns the selector at the specified index, ornullif this is not a valid index.
-
-
-
Method Detail
-
getLength
int getLength()
Returns the length of this selector list
-
item
Selector item(int index)
Returns the selector at the specified index, ornullif this is not a valid index.
-
-