org.w3c.css.sac
Interface SelectorList
- 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.1 $
Method Summary |
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. |
getLength
public int getLength()
- Returns the length of this selector list
item
public Selector item(int index)
- Returns the selector at the specified index, or
null
if this is not a valid index.
Copyright
© 2002 W3C® (MIT, INRIA,
Keio), All Rights Reserved.
W3C liability,
trademark,
document
use and software
licensing rules apply. Your interactions with this site are in
accordance with our public
and Member
privacy statements.