org.w3c.flute.parser
Class MediaListImpl

java.lang.Object
  extended by org.w3c.flute.parser.MediaListImpl

public class MediaListImpl
extends java.lang.Object


Constructor Summary
MediaListImpl()
           
 
Method Summary
 int getLength()
           
 java.lang.String item(int index)
           
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MediaListImpl

public MediaListImpl()
Method Detail

getLength

public int getLength()

item

public java.lang.String item(int index)

toString

public java.lang.String toString()
Returns a string representation of this object.

Overrides:
toString in class java.lang.Object