public interface ICSSMediaQueryCondition extends ICSSNode
ICSSMediaQueryCondition
objects. For example:
@media all and (application-dpi: 240) and (os-platform: "Android") { s|Button { color: 13; } }There are 3 media query conditions:
all
application-dpi: 240
os-platform: "Android"
all
.UNKNOWN
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get the key of the media condition which is the left-hand side of the
colon character.
|
ICSSPropertyValue |
getValue()
Get value of the media condition which is the right-hand side of the
colon character.
|
getArity, getNthChild, getOperator, toStringTree
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
String getKey()
null
.null
.ICSSPropertyValue getValue()
Copyright © 2016 The Apache Software Foundation. All rights reserved.