Home » xml-commons-external-1.4.01-src » org.w3c.css.sac » [javadoc | source]
org.w3c.css.sac
public interface: SACMediaList [javadoc | source]
Method from org.w3c.css.sac.SACMediaList Summary:
getLength,   item
Method from org.w3c.css.sac.SACMediaList Detail:
 public int getLength()
    Returns the length of this media list
 public String item(int index)
    Returns the medium at the specified index, or null if this is not a valid index.