package org.w3c.css.sac; public interface SACMediaList { int getLength(); String item(int i); }