public class MediaListImpl extends Object implements org.w3c.dom.stylesheets.MediaList
Modifier and Type | Method and Description |
---|---|
void |
appendMedium(String newMedium) |
void |
deleteMedium(String oldMedium) |
boolean |
equals(Object that) |
int |
getLength() |
String |
getMediaText() |
int |
hashCode() |
String |
item(int index) |
void |
setMediaText(String value) |
public String getMediaText()
getMediaText
in interface org.w3c.dom.stylesheets.MediaList
public void setMediaText(String value) throws DOMException
setMediaText
in interface org.w3c.dom.stylesheets.MediaList
DOMException
public int getLength()
getLength
in interface org.w3c.dom.stylesheets.MediaList
public String item(int index)
item
in interface org.w3c.dom.stylesheets.MediaList
public void deleteMedium(String oldMedium) throws DOMException
deleteMedium
in interface org.w3c.dom.stylesheets.MediaList
DOMException
public void appendMedium(String newMedium) throws DOMException
appendMedium
in interface org.w3c.dom.stylesheets.MediaList
DOMException
Copyright © 2020. All rights reserved.