API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.stylesheets. MediaList View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 MediaList
Subinterfaces
Description
public interface MediaList
  The MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented.
See also:   
Methods
Hide/Show inherited methods
public void appendMedium (String newMedium) throws DOMException
  Adds the medium newMedium to the end of the list.
public void deleteMedium (String oldMedium) throws DOMException
  Deletes the medium indicated by oldMedium from the list.
public int getLength ()
  The number of media in the list.
public String getMediaText ()
  The parsable textual representation of the media list.
public String item (int index)
  Returns the indexth in the list.
public void setMediaText (String mediaText) throws DOMException
  The parsable textual representation of the media list.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar