Class MediaQueryList
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.parser.media.MediaQueryList
- All Implemented Interfaces:
Locatable
Implementation of MediaQueryList.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(MediaQuery mediaQuery) Adds a new media query to the list.inttoString()Methods inherited from class AbstractLocatable
getLocator, setLocator
-
Field Details
-
mediaQueries_
-
-
Constructor Details
-
MediaQueryList
public MediaQueryList()Ctor.
-
-
Method Details
-
getLength
public int getLength()- Returns:
- the number of mediaQueries
-
getMediaQueries
- Returns:
- the list of media queries
-
add
Adds a new media query to the list.- Parameters:
mediaQuery- the media query to add
-
toString
-