| org.w3c.css.sac.SelectorList
All known Subclasses: org.apache.batik.css.parser.CSSSelectorList,
SelectorList | public interface SelectorList (Code) | | The SelectorList interface provides the abstraction of an ordered collection
of selectors, without defining or constraining how this collection is
implemented.
version: $Revision$ author: Philippe Le Hegaret |
Method Summary | |
public int | getLength() | public Selector | item(int index) Returns the selector at the specified index, or null if this
is not a valid index. |
getLength | public int getLength()(Code) | | Returns the length of this selector list
|
item | public Selector item(int index)(Code) | | Returns the selector at the specified index, or null if this
is not a valid index.
|
|
|