Package org.w3c.css.sac
Interface SACMediaList
-
public interface SACMediaList- Version:
- $Revision: 1.1 $
- Author:
- Philippe Le Hegaret
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLength()Returns the length of this media listjava.lang.Stringitem(int index)Returns the medium at the specified index, ornullif this is not a valid index.
-