public class CssDef extends CssNode
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
List<CssProperty.Value> |
getValues() |
boolean |
isStatic()
Indicates whether or not the CssNode requires runtime evaluation.
|
void |
traverse(CssVisitor visitor,
Context context) |
public CssDef(String key)
public String getKey()
public List<CssProperty.Value> getValues()
public boolean isStatic()
CssNode
public void traverse(CssVisitor visitor, Context context)
Copyright © 2018. All rights reserved.