org.w3c.css.sac

Interface SACMediaList

public interface SACMediaList

Version: $Revision: 477010 $

Author: Philippe Le Hegaret

Method Summary
intgetLength()
Returns the length of this media list
Stringitem(int index)
Returns the medium at the specified index, or null if this is not a valid index.

Method Detail

getLength

public int getLength()
Returns the length of this media list

item

public String item(int index)
Returns the medium at the specified index, or null if this is not a valid index.