Class MediaQueryList
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.parser.media.MediaQueryList
- All Implemented Interfaces:
Locatable
Implementation of MediaQueryList.
- Author:
- Ronald Brill
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(MediaQuery mediaQuery) Adds a new media query to the list.int
getLength.getMediaQueries.toString()
Methods inherited from class org.htmlunit.cssparser.parser.AbstractLocatable
getLocator, setLocator
-
Constructor Details
-
MediaQueryList
public MediaQueryList()Ctor.
-
-
Method Details