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