public class CssMediaRule extends CssNode implements HasNodes
Constructor and Description |
---|
CssMediaRule() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getMedias() |
List<CssNode> |
getNodes() |
boolean |
isStatic()
Indicates whether or not the CssNode requires runtime evaluation.
|
void |
traverse(CssVisitor visitor,
Context context) |
public boolean isStatic()
CssNode
public void traverse(CssVisitor visitor, Context context)
traverse
in interface CssVisitable
Copyright © 2018. All rights reserved.