org.w3c.css.sac
Interface SelectorList

All Known Implementing Classes:
CSSSelectorList

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.2 $
Author:
Philippe Le Hegaret

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.
 

Method Detail

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.



<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.