com.steadystate.css.parser
Class SACMediaListImpl

java.lang.Object
  extended by com.steadystate.css.parser.LocatableImpl
      extended by com.steadystate.css.parser.SACMediaListImpl
All Implemented Interfaces:
Locatable, org.w3c.css.sac.SACMediaList

public class SACMediaListImpl
extends LocatableImpl
implements org.w3c.css.sac.SACMediaList

Implementation of SACMediaList.

Author:
David Schweinsberg, rbri

Constructor Summary
SACMediaListImpl()
           
 
Method Summary
 void add(String s)
           
 int getLength()
           
 String item(int index)
           
 String toString()
           
 
Methods inherited from class com.steadystate.css.parser.LocatableImpl
getLocator, setLocator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SACMediaListImpl

public SACMediaListImpl()
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.css.sac.SACMediaList

item

public String item(int index)
Specified by:
item in interface org.w3c.css.sac.SACMediaList

add

public void add(String s)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All rights reserved.