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