Uses of Interface
org.w3c.dom.stylesheets.MediaList
-
Packages that use MediaList Package Description org.w3c.dom.css Provides interfaces for DOM Level 2 Style Specification.org.w3c.dom.stylesheets Provides interfaces for DOM Level 2 Style Specification. -
-
Uses of MediaList in org.w3c.dom.css
Methods in org.w3c.dom.css that return MediaList Modifier and Type Method Description MediaListCSSImportRule. getMedia()A list of media types for which this style sheet may be used.MediaListCSSMediaRule. getMedia()A list of media types for this rule. -
Uses of MediaList in org.w3c.dom.stylesheets
Methods in org.w3c.dom.stylesheets that return MediaList Modifier and Type Method Description MediaListStyleSheet. getMedia()The intended destination media for style information.
-