Package org.w3c.css.sac
Interface SACMediaList
-
- All Known Implementing Classes:
SACMediaListImpl
public interface SACMediaList
- Version:
- $Revision: 1.4 $
- Author:
- Philippe Le Hegaret
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLength()
Returns the length of this media listjava.lang.String
item(int index)
Returns the medium at the specified index, ornull
if this is not a valid index.
-