Package org.w3c.flute.parser
Class MediaListImpl
- java.lang.Object
-
- org.w3c.flute.parser.MediaListImpl
-
- All Implemented Interfaces:
org.w3c.css.sac.SACMediaList
public class MediaListImpl extends Object implements org.w3c.css.sac.SACMediaList
- Version:
- $Revision$
- Author:
- Philippe Le Hegaret
-
-
Constructor Summary
Constructors Constructor Description MediaListImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
String
item(int index)
String
toString()
Returns a string representation of this object.
-
-
-
Method Detail
-
getLength
public int getLength()
- Specified by:
getLength
in interfaceorg.w3c.css.sac.SACMediaList
-
item
public String item(int index)
- Specified by:
item
in interfaceorg.w3c.css.sac.SACMediaList
-
-