org.w3c.css.sac
public interface: SelectorList [javadoc |
source]
The SelectorList interface provides the abstraction of an ordered collection
of selectors, without defining or constraining how this collection is
implemented.
- version:
$
- Revision: 477010 $
- author:
Philippe
- Le Hegaret
Method from org.w3c.css.sac.SelectorList Summary: |
---|
getLength, item |
Method from org.w3c.css.sac.SelectorList Detail: |
public int getLength()
Returns the length of this selector list |
public Selector item(int index)
Returns the selector at the specified index, or null if this
is not a valid index. |