Package org.w3c.css.sac
Interface SelectorList
- All Known Implementing Classes:
SelectorListImpl
public interface SelectorList
The SelectorList interface provides the abstraction of an ordered collection
of selectors, without defining or constraining how this collection is
implemented.
- Version:
- $Revision: 1.4 $
- Author:
- Philippe Le Hegaret
-
Method Summary
-
Method Details
-
getLength
int getLength()Returns the length of this selector list -
item
Returns the selector at the specified index, ornull
if this is not a valid index.
-