
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()
CssNodepublic void traverse(CssVisitor visitor, Context context)
traverse in interface CssVisitabletraverse in class CssDefCopyright © 2018. All rights reserved.