All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.css.sac.MediaList

public interface MediaList

Method Index

 o getLength()
Returns the length of this media list
 o item(int)
Returns the medium at the specified index, or null if this is not a valid index.

Methods

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index