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.MediaListpublic void setMediaText(String value) throws DOMException
setMediaText in interface org.w3c.dom.stylesheets.MediaListDOMExceptionpublic int getLength()
getLength in interface org.w3c.dom.stylesheets.MediaListpublic String item(int index)
item in interface org.w3c.dom.stylesheets.MediaListpublic void deleteMedium(String oldMedium) throws DOMException
deleteMedium in interface org.w3c.dom.stylesheets.MediaListDOMExceptionpublic void appendMedium(String newMedium) throws DOMException
appendMedium in interface org.w3c.dom.stylesheets.MediaListDOMExceptionCopyright © 2025. All rights reserved.